Uses of Class
com.adyen.model.payment.PlatformChargebackLogic
-
Packages that use PlatformChargebackLogic Package Description com.adyen.model.payment -
-
Uses of PlatformChargebackLogic in com.adyen.model.payment
Methods in com.adyen.model.payment 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 stringPlatformChargebackLogicAdjustAuthorisationRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicCancelOrRefundRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicCancelRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicCaptureRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicDonationRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicPaymentRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicRefundRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicTechnicalCancelRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicVoidPendingRefundRequest. getPlatformChargebackLogic()Get platformChargebackLogicPlatformChargebackLogicPlatformChargebackLogic. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PlatformChargebackLogicPlatformChargebackLogic. targetAccount(String targetAccount)The unique identifier of the balance account against which the disputed amount is booked.Methods in com.adyen.model.payment with parameters of type PlatformChargebackLogic Modifier and Type Method Description AdjustAuthorisationRequestAdjustAuthorisationRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicCancelOrRefundRequestCancelOrRefundRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicCancelRequestCancelRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicCaptureRequestCaptureRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicDonationRequestDonationRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicPaymentRequestPaymentRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicRefundRequestRefundRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicTechnicalCancelRequestTechnicalCancelRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicVoidPendingRefundRequestVoidPendingRefundRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidAdjustAuthorisationRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidCancelOrRefundRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidCancelRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidCaptureRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidDonationRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidPaymentRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidRefundRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidTechnicalCancelRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicvoidVoidPendingRefundRequest. setPlatformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogic
-