Class: Stripe::TestHelpers::Issuing::CardService::ReturnCardParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::Issuing::CardService::ReturnCardParams
- Defined in:
- lib/stripe/services/test_helpers/issuing/card_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ ReturnCardParams
constructor
A new instance of ReturnCardParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ ReturnCardParams
Returns a new instance of ReturnCardParams.
30 31 32 |
# File 'lib/stripe/services/test_helpers/issuing/card_service.rb', line 30 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
28 29 30 |
# File 'lib/stripe/services/test_helpers/issuing/card_service.rb', line 28 def @expand end |