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)The method of handling the chargeback.PlatformChargebackLogicPlatformChargebackLogic. costAllocationAccount(String costAllocationAccount)The unique identifier of the balance account to which the chargeback fees are booked.static PlatformChargebackLogicPlatformChargebackLogic. fromJson(String jsonString)Create an instance of PlatformChargebackLogic given an JSON stringPlatformChargebackLogicCreateCheckoutSessionRequest. getPlatformChargebackLogic()platformChargebackLogicPlatformChargebackLogicCreateCheckoutSessionResponse. getPlatformChargebackLogic()platformChargebackLogicPlatformChargebackLogicPaymentCaptureRequest. getPlatformChargebackLogic()platformChargebackLogicPlatformChargebackLogicPaymentCaptureResponse. getPlatformChargebackLogic()platformChargebackLogicPlatformChargebackLogicPaymentLinkRequest. getPlatformChargebackLogic()platformChargebackLogicPlatformChargebackLogicPaymentLinkResponse. getPlatformChargebackLogic()platformChargebackLogicPlatformChargebackLogicPaymentRequest. getPlatformChargebackLogic()platformChargebackLogicPlatformChargebackLogicPlatformChargebackLogic. targetAccount(String targetAccount)The unique identifier of the balance account against which the disputed amount is booked.Methods in com.adyen.model.checkout with parameters of type PlatformChargebackLogic Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicCreateCheckoutSessionResponseCreateCheckoutSessionResponse. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicPaymentCaptureRequestPaymentCaptureRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicPaymentCaptureResponsePaymentCaptureResponse. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicPaymentLinkRequestPaymentLinkRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicPaymentLinkResponsePaymentLinkResponse. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicPaymentRequestPaymentRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidCreateCheckoutSessionRequest. 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)platformChargebackLogic
-