Class: Stripe::TestHelpers::Issuing::CardService::FailCardParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::Issuing::CardService::FailCardParams
- 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) ⇒ FailCardParams
constructor
A new instance of FailCardParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ FailCardParams
Returns a new instance of FailCardParams.
21 22 23 |
# File 'lib/stripe/services/test_helpers/issuing/card_service.rb', line 21 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
19 20 21 |
# File 'lib/stripe/services/test_helpers/issuing/card_service.rb', line 19 def @expand end |