PayoutUpdateRequest
description object
The description of the payout. Example: 'Monthly payroll'
- null
- string
null
namestringrequired
The name of the payout. Example: 'Payroll'
Possible values: <= 300 characters
PayoutUpdateRequest
{
"description": "null",
"name": "string"
}