Represents a payout fee that can incur as part of a payout.
PayoutFee
Name | Type | Tags | Description |
---|---|---|---|
amountMoney |
Money | undefined |
Optional | Represents an amount of money. Money fields can be signed or unsigned.Fields that do not explicitly define whether they are signed or unsigned are considered unsigned and can only hold positive amounts. For signed fields, the sign of the value indicates the purpose of the money transfer. See Working with Monetary Amounts for more information. |
effectiveAt |
string | undefined |
Optional | The timestamp of when the fee takes effect, in RFC 3339 format. |
type |
string | undefined |
Optional | Represents the type of payout fee that can incur as part of a payout. |
{
"amount_money": null,
"effective_at": null,
"type": null
}