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

Version Path
velopayments-2.37.150.beta1 docs/DebitStatusChangedAllOf.md
velopayments-2.35.58 docs/DebitStatusChangedAllOf.md
velopayments-2.35.58.beta1 docs/DebitStatusChangedAllOf.md
velopayments-2.29.128.beta1 docs/DebitStatusChangedAllOf.md
velopayments-2.26.124.beta1 docs/DebitStatusChangedAllOf.md