Uses of Class
com.adyen.model.checkout.MbwayDetails
-
Packages that use MbwayDetails Package Description com.adyen.model.checkout -
-
Uses of MbwayDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return MbwayDetails Modifier and Type Method Description MbwayDetailsMbwayDetails. checkoutAttemptId(String checkoutAttemptId)static MbwayDetailsMbwayDetails. fromJson(String jsonString)Create an instance of MbwayDetails given an JSON stringMbwayDetailsCheckoutPaymentMethod. getMbwayDetails()Get the actual instance of `MbwayDetails`.MbwayDetailsMbwayDetails. shopperEmail(String shopperEmail)MbwayDetailsMbwayDetails. telephoneNumber(String telephoneNumber)MbwayDetailsMbwayDetails. type(MbwayDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type MbwayDetails Constructor Description CheckoutPaymentMethod(MbwayDetails o)
-