UpdateSplitConfigurationLogicRequest class abstract

UpdateSplitConfigurationLogicRequest

Properties:

  • acquiringFees - Deducts the acquiring fees (the aggregated amount of interchange and scheme fee) from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
  • additionalCommission - Defines whether to book an additional commission for payments to your user's balance account. The commission amount can be defined as a fixed amount (specified in minor units), a percentage (specified in basis points), or both.
  • adyenCommission - Deducts the transaction fee due to Adyen under blended rates from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
  • adyenFees - Deducts the fees due to Adyen (markup or commission) from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
  • adyenMarkup - Deducts the transaction fee due to Adyen under Interchange ++ pricing from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
  • chargeback - Specifies how and from which balance account(s) to deduct the chargeback amount. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio.
  • chargebackCostAllocation - Deducts the chargeback costs from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount
  • commission - Defines your platform's commission for the processed payments as a fixed amount (specified in minor units), a percentage (specified in basis points), or both. The commission is booked to your platform's liable balance account.
  • interchange - Deducts the interchange fee from specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
  • paymentFee - 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.
  • refund - Specifies how and from which balance account(s) to deduct the refund amount. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio
  • refundCostAllocation - Deducts the refund costs from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount
  • remainder - Books the amount left over after currency conversion to the specified balance account. Possible values: addToLiableAccount, addToOneBalanceAccount.
  • schemeFee - Deducts the scheme fee from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
  • splitLogicId - Unique identifier of the collection of split instructions that are applied when the rule conditions are met.
  • surcharge - Books the surcharge amount to the specified balance account. Possible values: addToLiableAccount, addToOneBalanceAccount
  • tip - Books the tips (gratuity) to the specified balance account. Possible values: addToLiableAccount, addToOneBalanceAccount.
Annotations
  • @BuiltValue.new()

Properties

acquiringFees UpdateSplitConfigurationLogicRequestAcquiringFeesEnum?
Deducts the acquiring fees (the aggregated amount of interchange and scheme fee) from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
no setter
additionalCommission AdditionalCommission?
Defines whether to book an additional commission for payments to your user's balance account. The commission amount can be defined as a fixed amount (specified in minor units), a percentage (specified in basis points), or both.
no setter
adyenCommission UpdateSplitConfigurationLogicRequestAdyenCommissionEnum?
Deducts the transaction fee due to Adyen under blended rates from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
no setter
adyenFees UpdateSplitConfigurationLogicRequestAdyenFeesEnum?
Deducts the fees due to Adyen (markup or commission) from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
no setter
adyenMarkup UpdateSplitConfigurationLogicRequestAdyenMarkupEnum?
Deducts the transaction fee due to Adyen under Interchange ++ pricing from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
no setter
chargeback UpdateSplitConfigurationLogicRequestChargebackEnum?
Specifies how and from which balance account(s) to deduct the chargeback amount. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio.
no setter
chargebackCostAllocation UpdateSplitConfigurationLogicRequestChargebackCostAllocationEnum?
Deducts the chargeback costs from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount
no setter
commission Commission
Defines your platform's commission for the processed payments as a fixed amount (specified in minor units), a percentage (specified in basis points), or both. The commission is booked to your platform's liable balance account.
no setter
hashCode int
The hash code for this object.
no setterinherited
interchange UpdateSplitConfigurationLogicRequestInterchangeEnum?
Deducts the interchange fee from specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
no setter
paymentFee 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.
no setter
refund UpdateSplitConfigurationLogicRequestRefundEnum?
Specifies how and from which balance account(s) to deduct the refund amount. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio
no setter
refundCostAllocation UpdateSplitConfigurationLogicRequestRefundCostAllocationEnum?
Deducts the refund costs from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount
no setter
remainder UpdateSplitConfigurationLogicRequestRemainderEnum?
Books the amount left over after currency conversion to the specified balance account. Possible values: addToLiableAccount, addToOneBalanceAccount.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemeFee UpdateSplitConfigurationLogicRequestSchemeFeeEnum?
Deducts the scheme fee from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.
no setter
splitLogicId String?
Unique identifier of the collection of split instructions that are applied when the rule conditions are met.
no setter
surcharge UpdateSplitConfigurationLogicRequestSurchargeEnum?
Books the surcharge amount to the specified balance account. Possible values: addToLiableAccount, addToOneBalanceAccount
no setter
tip UpdateSplitConfigurationLogicRequestTipEnum?
Books the tips (gratuity) to the specified balance account. Possible values: addToLiableAccount, addToOneBalanceAccount.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UpdateSplitConfigurationLogicRequestBuilder)) UpdateSplitConfigurationLogicRequest
Rebuilds the instance.
inherited
toBuilder() UpdateSplitConfigurationLogicRequestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<UpdateSplitConfigurationLogicRequest>
no setter