Uses of Class
com.adyen.model.management.UpdateSplitConfigurationLogicRequest.AdyenCommissionEnum
-
Packages that use UpdateSplitConfigurationLogicRequest.AdyenCommissionEnum Package Description com.adyen.model.management -
-
Uses of UpdateSplitConfigurationLogicRequest.AdyenCommissionEnum in com.adyen.model.management
Methods in com.adyen.model.management that return UpdateSplitConfigurationLogicRequest.AdyenCommissionEnum Modifier and Type Method Description static UpdateSplitConfigurationLogicRequest.AdyenCommissionEnumUpdateSplitConfigurationLogicRequest.AdyenCommissionEnum. fromValue(String value)UpdateSplitConfigurationLogicRequest.AdyenCommissionEnumUpdateSplitConfigurationLogicRequest. getAdyenCommission()Deducts the transaction fee due to Adyen under [blended rates](https://www.adyen.com/knowledge-hub/guides/payments-training-guide/get-the-best-from-your-card-processing) from the specified balance account.static UpdateSplitConfigurationLogicRequest.AdyenCommissionEnumUpdateSplitConfigurationLogicRequest.AdyenCommissionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSplitConfigurationLogicRequest.AdyenCommissionEnum[]UpdateSplitConfigurationLogicRequest.AdyenCommissionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type UpdateSplitConfigurationLogicRequest.AdyenCommissionEnum Modifier and Type Method Description UpdateSplitConfigurationLogicRequestUpdateSplitConfigurationLogicRequest. adyenCommission(UpdateSplitConfigurationLogicRequest.AdyenCommissionEnum adyenCommission)Deducts the transaction fee due to Adyen under [blended rates](https://www.adyen.com/knowledge-hub/guides/payments-training-guide/get-the-best-from-your-card-processing) from the specified balance account.voidUpdateSplitConfigurationLogicRequest. setAdyenCommission(UpdateSplitConfigurationLogicRequest.AdyenCommissionEnum adyenCommission)Deducts the transaction fee due to Adyen under [blended rates](https://www.adyen.com/knowledge-hub/guides/payments-training-guide/get-the-best-from-your-card-processing) from the specified balance account.
-