PaymentProcessingFee

class PaymentProcessingFee(val effectiveAt: Date, val type: PaymentProcessingFee.Type, val amountMoney: Money)

Processing fees and fee adjustments assessed by Square on this payment.

Parameters

effectiveAt

The date and time when the fee takes effect, in Date format.

type

Type of the fee.

amountMoney

Amount of the fee in Money format.

Constructors

Link copied to clipboard
constructor(effectiveAt: Date, type: PaymentProcessingFee.Type, amountMoney: Money)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard