Class: Stripe::V2::MoneyManagement::OutboundPaymentCreateParams::To::PayoutMethodOptions::BankAccount::PreferredNetworkOptions::Ach
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::OutboundPaymentCreateParams::To::PayoutMethodOptions::BankAccount::PreferredNetworkOptions::Ach
- Defined in:
- lib/stripe/params/v2/money_management/outbound_payment_create_params.rb
Instance Attribute Summary collapse
-
#submission ⇒ Object
Open Enum.
-
#transaction_purpose ⇒ Object
The transaction purpose for this ACH payment.
Instance Method Summary collapse
-
#initialize(submission: nil, transaction_purpose: nil) ⇒ Ach
constructor
A new instance of Ach.
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.
72 73 74 75 |
# File 'lib/stripe/params/v2/money_management/outbound_payment_create_params.rb', line 72 def initialize(submission: nil, transaction_purpose: nil) @submission = submission @transaction_purpose = transaction_purpose end |
Instance Attribute Details
#submission ⇒ Object
Open Enum. ACH submission timing.
68 69 70 |
# File 'lib/stripe/params/v2/money_management/outbound_payment_create_params.rb', line 68 def submission @submission end |
#transaction_purpose ⇒ Object
The transaction purpose for this ACH payment.
70 71 72 |
# File 'lib/stripe/params/v2/money_management/outbound_payment_create_params.rb', line 70 def transaction_purpose @transaction_purpose end |