Sha256: 2e17677be0d8a7e3af13a62b390ef269c643d224aa259ec57e8ff1943a566a34
Contents?: true
Size: 469 Bytes
Versions: 5
Compression:
Stored size: 469 Bytes
Contents
# VeloPayments::PayoutPayeeV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payee_id** | **String** | | | | **individual** | [**PayoutIndividualV3**](PayoutIndividualV3.md) | | [optional] | | **company** | [**PayoutCompanyV3**](PayoutCompanyV3.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayoutPayeeV3.new( payee_id: null, individual: null, company: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems