Uses of Class
com.adyen.model.checkout.PlatformChargebackLogic
-
Packages that use PlatformChargebackLogic Package Description com.adyen.model.checkout -
-
Uses of PlatformChargebackLogic in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PlatformChargebackLogic Modifier and Type Method Description PlatformChargebackLogicPlatformChargebackLogic. behavior(PlatformChargebackLogic.BehaviorEnum behavior)PlatformChargebackLogicPlatformChargebackLogic. costAllocationAccount(String costAllocationAccount)static PlatformChargebackLogicPlatformChargebackLogic. fromJson(String jsonString)Create an instance of PlatformChargebackLogic given an JSON stringPlatformChargebackLogicPaymentDonationRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicPaymentRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicPaymentSetupRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicPlatformChargebackLogic. targetAccount(String targetAccount)Methods in com.adyen.model.checkout with parameters of type PlatformChargebackLogic Modifier and Type Method Description PaymentDonationRequestPaymentDonationRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)PaymentRequestPaymentRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)PaymentSetupRequestPaymentSetupRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)voidPaymentDonationRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)voidPaymentRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)voidPaymentSetupRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)
-