Class: Stripe::Treasury::OutboundPayment::FailParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/treasury/outbound_payment.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ FailParams

Returns a new instance of FailParams.



520
521
522
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 520

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



518
519
520
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 518

def expand
  @expand
end