Class: Stripe::Treasury::ReceivedCredit::RetrieveParams

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



200
201
202
# File 'lib/stripe/resources/treasury/received_credit.rb', line 200

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



198
199
200
# File 'lib/stripe/resources/treasury/received_credit.rb', line 198

def expand
  @expand
end