Uses of Class
com.adyen.model.management.AfterpayTouchInfo
-
Packages that use AfterpayTouchInfo Package Description com.adyen.model.management -
-
Uses of AfterpayTouchInfo in com.adyen.model.management
Methods in com.adyen.model.management that return AfterpayTouchInfo Modifier and Type Method Description static AfterpayTouchInfoAfterpayTouchInfo. fromJson(String jsonString)Create an instance of AfterpayTouchInfo given an JSON stringAfterpayTouchInfoPaymentMethod. getAfterpayTouch()Get afterpayTouchAfterpayTouchInfoPaymentMethodSetupInfo. getAfterpayTouch()Get afterpayTouchAfterpayTouchInfoAfterpayTouchInfo. supportUrl(String supportUrl)Methods in com.adyen.model.management with parameters of type AfterpayTouchInfo Modifier and Type Method Description PaymentMethodPaymentMethod. afterpayTouch(AfterpayTouchInfo afterpayTouch)PaymentMethodSetupInfoPaymentMethodSetupInfo. afterpayTouch(AfterpayTouchInfo afterpayTouch)voidPaymentMethod. setAfterpayTouch(AfterpayTouchInfo afterpayTouch)afterpayTouchvoidPaymentMethodSetupInfo. setAfterpayTouch(AfterpayTouchInfo afterpayTouch)afterpayTouch
-