Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1016 Bytes

processing-fee.md

File metadata and controls

27 lines (18 loc) · 1016 Bytes

Processing Fee

Represents the Square processing fee.

Structure

Processing Fee

Fields

Name Type Tags Description
effective_at String Optional The timestamp of when the fee takes effect, in RFC 3339 format.
type String Optional The type of fee assessed or adjusted. The fee type can be INITIAL or ADJUSTMENT.
amount_money Money Hash 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.

Example (as JSON)

{
  "effective_at": null,
  "type": null,
  "amount_money": null
}