UpdateSplitConfigurationLogicRequestPaymentFeeEnum class
- Inheritance
-
- Object
- EnumClass
- UpdateSplitConfigurationLogicRequestPaymentFeeEnum
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
name
→ String
-
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Constants
-
deductFromLiableAccount
→ const UpdateSplitConfigurationLogicRequestPaymentFeeEnum
-
Deducts all transaction fees incurred by the payment from the specified balance account. The transaction fees include the acquiring fees (interchange and scheme fee), and the fees due to Adyen (markup or commission). You can book any and all these fees to different balance account by specifying other transaction fee parameters in your split configuration profile: -
adyenCommission: The transaction fee due to Adyen under blended rates. - adyenMarkup: The transaction fee due to Adyen under Interchange ++ pricing. - schemeFee: The fee paid to the card scheme for using their network. - interchange: The fee paid to the issuer for each payment transaction made with the card network. - adyenFees: The aggregated amount of Adyen's commission and markup. - acquiringFees: The aggregated amount of the interchange and scheme fees. If you don't include at least one transaction fee type in the splitLogic object, Adyen updates the payment request with the paymentFee parameter, booking all transaction fees to your platform's liable balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
-
deductFromOneBalanceAccount
→ const UpdateSplitConfigurationLogicRequestPaymentFeeEnum
-
Deducts all transaction fees incurred by the payment from the specified balance account. The transaction fees include the acquiring fees (interchange and scheme fee), and the fees due to Adyen (markup or commission). You can book any and all these fees to different balance account by specifying other transaction fee parameters in your split configuration profile: -
adyenCommission: The transaction fee due to Adyen under blended rates. - adyenMarkup: The transaction fee due to Adyen under Interchange ++ pricing. - schemeFee: The fee paid to the card scheme for using their network. - interchange: The fee paid to the issuer for each payment transaction made with the card network. - adyenFees: The aggregated amount of Adyen's commission and markup. - acquiringFees: The aggregated amount of the interchange and scheme fees. If you don't include at least one transaction fee type in the splitLogic object, Adyen updates the payment request with the paymentFee parameter, booking all transaction fees to your platform's liable balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
-
unknownDefaultOpenApi
→ const UpdateSplitConfigurationLogicRequestPaymentFeeEnum
-
Deducts all transaction fees incurred by the payment from the specified balance account. The transaction fees include the acquiring fees (interchange and scheme fee), and the fees due to Adyen (markup or commission). You can book any and all these fees to different balance account by specifying other transaction fee parameters in your split configuration profile: -
adyenCommission: The transaction fee due to Adyen under blended rates. - adyenMarkup: The transaction fee due to Adyen under Interchange ++ pricing. - schemeFee: The fee paid to the card scheme for using their network. - interchange: The fee paid to the issuer for each payment transaction made with the card network. - adyenFees: The aggregated amount of Adyen's commission and markup. - acquiringFees: The aggregated amount of the interchange and scheme fees. If you don't include at least one transaction fee type in the splitLogic object, Adyen updates the payment request with the paymentFee parameter, booking all transaction fees to your platform's liable balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.