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

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/money_management/outbound_payment_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.



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

#submissionObject

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_purposeObject

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