Class: CheckoutSdk::Accounts::ProcessingDetailsAch

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#annual_ach_volumeInteger

Returns:

  • (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_sizeInteger

Returns:

  • (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_amountInteger

Returns:

  • (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_volumeInteger

Returns:

  • (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