Class: Stripe::Issuing::Authorization::ExpireParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/issuing/authorization.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.



1044
1045
1046
# File 'lib/stripe/resources/issuing/authorization.rb', line 1044

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



1042
1043
1044
# File 'lib/stripe/resources/issuing/authorization.rb', line 1042

def expand
  @expand
end