Class: Stripe::PaymentLink::RetrieveParams

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



1065
1066
1067
# File 'lib/stripe/resources/payment_link.rb', line 1065

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



1063
1064
1065
# File 'lib/stripe/resources/payment_link.rb', line 1063

def expand
  @expand
end