Sha256: 13085a340addf4339896edb40ff49f347b6d3863becad6c36439c209286316bf
Contents?: true
Size: 418 Bytes
Versions: 5
Compression:
Stored size: 418 Bytes
Contents
# VeloPayments::DebitStatusChangedAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status** | **String** | The new status of the debit. One of \"PENDING\" \"PROCESSING\" \"REJECTED\" \"RELEASED\" | | ## Example ```ruby require 'velopayments' instance = VeloPayments::DebitStatusChangedAllOf.new( status: PENDING ) ```
Version data entries
5 entries across 5 versions & 1 rubygems