Uses of Class
com.adyen.model.checkout.ResponsePaymentMethod
-
Packages that use ResponsePaymentMethod Package Description com.adyen.model.checkout -
-
Uses of ResponsePaymentMethod in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ResponsePaymentMethod Modifier and Type Method Description ResponsePaymentMethodResponsePaymentMethod. brand(String brand)The card brand that the shopper used to pay.static ResponsePaymentMethodResponsePaymentMethod. fromJson(String jsonString)Create an instance of ResponsePaymentMethod given an JSON stringResponsePaymentMethodPaymentDetailsResponse. getPaymentMethod()paymentMethodResponsePaymentMethodPaymentResponse. getPaymentMethod()paymentMethodResponsePaymentMethodResponsePaymentMethod. type(String type)The `paymentMethod.type` value used in the request.Methods in com.adyen.model.checkout with parameters of type ResponsePaymentMethod Modifier and Type Method Description PaymentDetailsResponsePaymentDetailsResponse. paymentMethod(ResponsePaymentMethod paymentMethod)paymentMethodPaymentResponsePaymentResponse. paymentMethod(ResponsePaymentMethod paymentMethod)paymentMethodvoidPaymentDetailsResponse. setPaymentMethod(ResponsePaymentMethod paymentMethod)paymentMethodvoidPaymentResponse. setPaymentMethod(ResponsePaymentMethod paymentMethod)paymentMethod
-