Class: Stripe::TestHelpers::SharedPayment::GrantedTokenRevokeParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/test_helpers/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.



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

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



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

def expand
  @expand
end