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