Module: VoiceML::PaymentTokenType

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

Overview

Narrows the ‘TokenType` field.

Constant Summary collapse

ONE_TIME =
'one-time'
REUSABLE =
'reusable'
PAYMENT_METHOD =
'payment-method'
ALL =
[ONE_TIME, REUSABLE, PAYMENT_METHOD].freeze