Class: Stripe::V2::MoneyManagement::OutboundPaymentQuoteCreateParams::DeliveryOptions

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(bank_account: nil, speed: nil) ⇒ DeliveryOptions

Returns a new instance of DeliveryOptions.



14
15
16
17
# File 'lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb', line 14

def initialize(bank_account: nil, speed: nil)
  @bank_account = 
  @speed = speed
end

Instance Attribute Details

#bank_accountObject

Open Enum. Method for bank account.



10
11
12
# File 'lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb', line 10

def 
  @bank_account
end

#speedObject

Open Enum. Speed of the payout.



12
13
14
# File 'lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb', line 12

def speed
  @speed
end