Module: VoiceML::PaymentSessionStatus

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

Overview

Narrows the ‘Status` field on Pay-session updates.

Constant Summary collapse

COMPLETE =
'complete'
CANCEL =
'cancel'
ALL =
[COMPLETE, CANCEL].freeze