Class: Stripe::TestHelpers::Issuing::AuthorizationService::ExpireParams

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ ExpireParams

Returns a new instance of ExpireParams.



572
573
574
# File 'lib/stripe/services/test_helpers/issuing/authorization_service.rb', line 572

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



570
571
572
# File 'lib/stripe/services/test_helpers/issuing/authorization_service.rb', line 570

def expand
  @expand
end