Represents the Square processing fee.
ProcessingFee
Name | Type | Tags | Description |
---|---|---|---|
effectiveAt |
string | undefined |
Optional | The timestamp of when the fee takes effect, in RFC 3339 format. |
type |
string | undefined |
Optional | The type of fee assessed or adjusted. The fee type can be INITIAL or ADJUSTMENT . |
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. |
{
"effective_at": null,
"type": null,
"amount_money": null
}