Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 505 Bytes

PaymentStatusChangedAllOf.md

File metadata and controls

18 lines (12 loc) · 505 Bytes

VeloPayments::PaymentStatusChangedAllOf

Properties

Name Type Description Notes
status String The new status of the payment. One of "SUBMITTED" "ACCEPTED" "REJECTED" "ACCEPTED_BY_RAILS" "CONFIRMED" "RETURNED" "WITHDRAWN"

Example

require 'velopayments'

instance = VeloPayments::PaymentStatusChangedAllOf.new(
  status: ACCEPTED
)