Class: Stripe::Treasury::TransactionEntry::RetrieveParams

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



165
166
167
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 165

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



163
164
165
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 163

def expand
  @expand
end