Module: VoiceML::PaymentBankAccountType

Defined in:
lib/voiceml/models/payments.rb

Overview

Narrows the ‘BankAccountType` field on a Pay session.

Constant Summary collapse

CONSUMER_CHECKING =
'consumer-checking'
CONSUMER_SAVINGS =
'consumer-savings'
COMMERCIAL_CHECKING =
'commercial-checking'
ALL =
[CONSUMER_CHECKING, CONSUMER_SAVINGS, COMMERCIAL_CHECKING].freeze