Class: CheckoutSdk::Accounts::ProcessingDetailsAch
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::ProcessingDetailsAch
- Defined in:
- lib/checkout_sdk/accounts/processing_details_ach.rb
Overview
ACH-specific processing details (Accounts API v3.0). All values in minor units without decimals.
Instance Attribute Summary collapse
- #annual_ach_volume ⇒ Integer
- #average_ach_transaction_size ⇒ Integer
- #average_credit_amount ⇒ Integer
- #estimated_monthly_credit_volume ⇒ Integer
Instance Attribute Details
#annual_ach_volume ⇒ Integer
14 15 16 17 18 19 |
# File 'lib/checkout_sdk/accounts/processing_details_ach.rb', line 14 class ProcessingDetailsAch attr_accessor :annual_ach_volume, :average_ach_transaction_size, :estimated_monthly_credit_volume, :average_credit_amount end |
#average_ach_transaction_size ⇒ Integer
14 15 16 17 18 19 |
# File 'lib/checkout_sdk/accounts/processing_details_ach.rb', line 14 class ProcessingDetailsAch attr_accessor :annual_ach_volume, :average_ach_transaction_size, :estimated_monthly_credit_volume, :average_credit_amount end |
#average_credit_amount ⇒ Integer
14 15 16 17 18 19 |
# File 'lib/checkout_sdk/accounts/processing_details_ach.rb', line 14 class ProcessingDetailsAch attr_accessor :annual_ach_volume, :average_ach_transaction_size, :estimated_monthly_credit_volume, :average_credit_amount end |
#estimated_monthly_credit_volume ⇒ Integer
14 15 16 17 18 19 |
# File 'lib/checkout_sdk/accounts/processing_details_ach.rb', line 14 class ProcessingDetailsAch attr_accessor :annual_ach_volume, :average_ach_transaction_size, :estimated_monthly_credit_volume, :average_credit_amount end |