# VeloPayments::CreatePayeesRequest2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payor_id** | **String** | | **payees** | [**Array<CreatePayee2>**](CreatePayee2.md) | | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::CreatePayeesRequest2.new(payor_id: null, payees: null) ```