Sha256: 9001b07227020299d717cd2fd9a07f89081590f1701d199e4b3f910bea47d404
Contents?: true
Size: 409 Bytes
Versions: 3
Compression:
Stored size: 409 Bytes
Contents
# VeloPayments::CreatePayeesRequestV4 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payor_id** | **String** | | | | **payees** | [**Array<CreatePayeeV4>**](CreatePayeeV4.md) | | | ## Example ```ruby require 'velopayments' instance = VeloPayments::CreatePayeesRequestV4.new( payor_id: 9ac75325-5dcd-42d5-b992-175d7e0a035e, payees: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/CreatePayeesRequestV4.md |
velopayments-2.35.58 | docs/CreatePayeesRequestV4.md |
velopayments-2.35.58.beta1 | docs/CreatePayeesRequestV4.md |