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)PlatformChargebackLogicPlatformChargebackLogic. costAllocationAccount(String costAllocationAccount)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. targetAccount(String targetAccount)Methods in com.adyen.model.payment with parameters of type PlatformChargebackLogic Modifier and Type Method Description AdjustAuthorisationRequestAdjustAuthorisationRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)CancelOrRefundRequestCancelOrRefundRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)CancelRequestCancelRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)CaptureRequestCaptureRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)DonationRequestDonationRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)PaymentRequestPaymentRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)RefundRequestRefundRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)TechnicalCancelRequestTechnicalCancelRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)VoidPendingRefundRequestVoidPendingRefundRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)voidAdjustAuthorisationRequest. 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
-