Class: Stripe::TestHelpers::Issuing::CardService::FailCardParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/test_helpers/issuing/card_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

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 = expand
end

Instance Attribute Details

#expandObject

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
  @expand
end