Skip to main content

PayoutUpdateRequest

description object

The description of the payout. Example: 'Monthly payroll'

oneOf
null
namestringrequired

The name of the payout. Example: 'Payroll'

Possible values: <= 300 characters

PayoutUpdateRequest
{
"description": "null",
"name": "string"
}