Class: Stripe::Issuing::AuthorizationExpireParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Issuing::AuthorizationExpireParams
- Defined in:
- lib/stripe/params/issuing/authorization_expire_params.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ AuthorizationExpireParams
constructor
A new instance of AuthorizationExpireParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ AuthorizationExpireParams
Returns a new instance of AuthorizationExpireParams.
10 11 12 |
# File 'lib/stripe/params/issuing/authorization_expire_params.rb', line 10 def initialize(expand: nil) = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
8 9 10 |
# File 'lib/stripe/params/issuing/authorization_expire_params.rb', line 8 def end |