Class: Stripe::ConfirmationToken::RetrieveParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/resources/confirmation_token.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ RetrieveParams

Returns a new instance of RetrieveParams.



833
834
835
# File 'lib/stripe/resources/confirmation_token.rb', line 833

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



831
832
833
# File 'lib/stripe/resources/confirmation_token.rb', line 831

def expand
  @expand
end