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 stringResponsePaymentMethodPayment. getPaymentMethod()Get paymentMethodResponsePaymentMethodPaymentDetailsResponse. getPaymentMethod()Get paymentMethodResponsePaymentMethodPaymentResponse. getPaymentMethod()Get paymentMethodResponsePaymentMethodResponsePaymentMethod. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ResponsePaymentMethodResponsePaymentMethod. 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 PaymentPayment. paymentMethod(ResponsePaymentMethod paymentMethod)paymentMethodPaymentDetailsResponsePaymentDetailsResponse. paymentMethod(ResponsePaymentMethod paymentMethod)paymentMethodPaymentResponsePaymentResponse. paymentMethod(ResponsePaymentMethod paymentMethod)paymentMethodvoidPayment. setPaymentMethod(ResponsePaymentMethod paymentMethod)paymentMethodvoidPaymentDetailsResponse. setPaymentMethod(ResponsePaymentMethod paymentMethod)paymentMethodvoidPaymentResponse. setPaymentMethod(ResponsePaymentMethod paymentMethod)paymentMethod
-