Sha256: b5143aca7a1c05581f546d983ffa4ae79d2bf1b68d6be6ce6d9f3bd9c5b46651
Contents?: true
Size: 505 Bytes
Versions: 5
Compression:
Stored size: 505 Bytes
Contents
# 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 ```ruby require 'velopayments' instance = VeloPayments::PaymentStatusChangedAllOf.new( status: ACCEPTED ) ```
Version data entries
5 entries across 5 versions & 1 rubygems