Sha256: 1f8a1f0aae303502470b73b5977f3b6d0ed731aefe725956e3efcb90cf7f5340

Contents?: true

Size: 485 Bytes

Versions: 5

Compression:

Stored size: 485 Bytes

Contents

# VeloPayments::PaymentResponseV4Payout

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **payout_id** | **String** |  | [optional] |
| **payout_from** | [**PayoutPayor**](PayoutPayor.md) |  | [optional] |
| **payout_to** | [**PayoutPayor**](PayoutPayor.md) |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PaymentResponseV4Payout.new(
  payout_id: null,
  payout_from: null,
  payout_to: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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