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 stringPlatformChargebackLogicCreateCheckoutSessionRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicCreateCheckoutSessionResponse. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicPaymentCaptureRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicPaymentCaptureResponse. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicPaymentLinkRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicPaymentLinkResponse. 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 CreateCheckoutSessionRequestCreateCheckoutSessionRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)PaymentCaptureRequestPaymentCaptureRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)PaymentCaptureResponsePaymentCaptureResponse. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)PaymentLinkRequestPaymentLinkRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)PaymentLinkResponsePaymentLinkResponse. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)PaymentRequestPaymentRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)PaymentSetupRequestPaymentSetupRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)voidCreateCheckoutSessionRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidCreateCheckoutSessionResponse. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidPaymentCaptureRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidPaymentCaptureResponse. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidPaymentLinkRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidPaymentLinkResponse. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidPaymentRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidPaymentSetupRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogic
-