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

Files

Latest commit

7200ae2 · Aug 15, 2019

History

History
18 lines (10 loc) · 830 Bytes

ProcessingFee.md

File metadata and controls

18 lines (10 loc) · 830 Bytes

Square.Connect.Model.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]

[Back to Model list] [Back to API list] [Back to README]