PaymentTypeFeeType
Represents the different types of fees that can be associated with a payment type.
enum PaymentTypeFeeType {
FIXED_AMOUNT
NONE
PERCENTAGE
}
Values
PaymentTypeFeeType.FIXED_AMOUNT
The fee is a fixed amount.
PaymentTypeFeeType.NONE
No fees are applied to the payment type.
PaymentTypeFeeType.PERCENTAGE
The fee is a percentage of the payment amount.
Member Of
PaymentTypeFee
object