Uses of Class
com.adyen.model.management.PaymentMethodWrapper
-
Packages that use PaymentMethodWrapper Package Description com.adyen.model.management -
-
Uses of PaymentMethodWrapper in com.adyen.model.management
Methods in com.adyen.model.management that return PaymentMethodWrapper Modifier and Type Method Description static PaymentMethodWrapperPaymentMethodWrapper. fromJson(String jsonString)Create an instance of PaymentMethodWrapper given an JSON stringPaymentMethodWrapperPaymentMethodWrapper. paymentMethod(PaymentMethod paymentMethod)Methods in com.adyen.model.management that return types with arguments of type PaymentMethodWrapper Modifier and Type Method Description List<PaymentMethodWrapper>PaymentMethodResponse. getData()Payment methods details.Methods in com.adyen.model.management with parameters of type PaymentMethodWrapper Modifier and Type Method Description PaymentMethodResponsePaymentMethodResponse. addDataItem(PaymentMethodWrapper dataItem)Method parameters in com.adyen.model.management with type arguments of type PaymentMethodWrapper Modifier and Type Method Description PaymentMethodResponsePaymentMethodResponse. data(List<PaymentMethodWrapper> data)voidPaymentMethodResponse. setData(List<PaymentMethodWrapper> data)
-