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