Uses of Class
com.adyen.model.checkout.WeChatPayDetails
-
Packages that use WeChatPayDetails Package Description com.adyen.model.checkout -
-
Uses of WeChatPayDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return WeChatPayDetails Modifier and Type Method Description WeChatPayDetailsWeChatPayDetails. checkoutAttemptId(String checkoutAttemptId)static WeChatPayDetailsWeChatPayDetails. fromJson(String jsonString)Create an instance of WeChatPayDetails given an JSON stringWeChatPayDetailsPaymentDonationRequestPaymentMethod. getWeChatPayDetails()Get the actual instance of `WeChatPayDetails`.WeChatPayDetailsWeChatPayDetails. type(WeChatPayDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type WeChatPayDetails Constructor Description PaymentDonationRequestPaymentMethod(WeChatPayDetails o)
-