Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 646 Bytes

ProcessingFee.md

File metadata and controls

16 lines (9 loc) · 646 Bytes

ProcessingFee

Description

Represents Square processing fee.

Properties

Name Type Description Notes
effectiveAt String Timestamp of when the fee takes effect, in RFC 3339 format. [optional]
type String The type of fee assessed or adjusted. Can be one of: `INITIAL`, `ADJUSTMENT`. [optional]
amountMoney Money The fee amount assessed or adjusted by Square. May be negative. Positive values represent funds being assessed, while negative values represent funds being returned. [optional]