Sha256: 7cf16c1ba6538d72399997beb694d8417bc3204c04b4faab8d42365fb6c3f4e9

Contents?: true

Size: 566 Bytes

Versions: 8

Compression:

Stored size: 566 Bytes

Contents

# VeloPayments::PaymentResponseV4Payout

## Properties

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

## Code Sample

```ruby
require 'VeloPayments'

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


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
velopayments-2.23.78.beta1 docs/PaymentResponseV4Payout.md
velopayments-2.20.119 docs/PaymentResponseV4Payout.md
velopayments-2.20.29.beta1 docs/PaymentResponseV4Payout.md
velopayments-2.19.116 docs/PaymentResponseV4Payout.md
velopayments-2.19.40.beta1 docs/PaymentResponseV4Payout.md
velopayments-2.18.113 docs/PaymentResponseV4Payout.md
velopayments-2.18.113.beta1 docs/PaymentResponseV4Payout.md
velopayments-2.18.31.beta1 docs/PaymentResponseV4Payout.md