Class: Stripe::V2::MoneyManagement::OutboundPaymentQuoteCreateParams::To::PayoutMethodOptions::BankAccount::PreferredNetworkOptions::Ach

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(submission: nil, transaction_purpose: nil) ⇒ Ach

Returns a new instance of Ach.



42
43
44
45
# File 'lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb', line 42

def initialize(submission: nil, transaction_purpose: nil)
  @submission = submission
  @transaction_purpose = transaction_purpose
end

Instance Attribute Details

#submissionObject

Open Enum. ACH submission timing.



38
39
40
# File 'lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb', line 38

def submission
  @submission
end

#transaction_purposeObject

The transaction purpose for this ACH payment.



40
41
42
# File 'lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb', line 40

def transaction_purpose
  @transaction_purpose
end