Class: Stripe::SharedPayment::GrantedTokenRevokeParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/shared_payment/granted_token_revoke_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(expand: nil) ⇒ GrantedTokenRevokeParams

Returns a new instance of GrantedTokenRevokeParams.



10
11
12
# File 'lib/stripe/params/shared_payment/granted_token_revoke_params.rb', line 10

def initialize(expand: nil)
  @expand = expand
end

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



8
9
10
# File 'lib/stripe/params/shared_payment/granted_token_revoke_params.rb', line 8

def expand
  @expand
end