ProcessingFee

August 15, 2019 ยท View on GitHub

Description

Represents Square processing fee.

Properties

NameGetterSetterTypeDescriptionNotes
effective_atgetEffectiveAt()setEffectiveAt($value)stringTimestamp of when the fee takes effect, in RFC 3339 format.[optional]
typegetType()setType($value)stringThe type of fee assessed or adjusted. Can be one of: `INITIAL`, `ADJUSTMENT`.[optional]
amount_moneygetAmountMoney()setAmountMoney($value)\SquareConnect\Model\MoneyThe fee amount assessed or adjusted by Square. May be negative. Positive values represent funds being assessed, while negative values represent funds being returned.[optional]

Note: All properties are protected and only accessed via getters and setters.

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