Uses of Class
com.adyen.model.management.WeChatPayInfo
-
Packages that use WeChatPayInfo Package Description com.adyen.model.management -
-
Uses of WeChatPayInfo in com.adyen.model.management
Methods in com.adyen.model.management that return WeChatPayInfo Modifier and Type Method Description WeChatPayInfoWeChatPayInfo. contactPersonName(String contactPersonName)The name of the contact person from merchant support.WeChatPayInfoWeChatPayInfo. email(String email)The email address of merchant support.static WeChatPayInfoWeChatPayInfo. fromJson(String jsonString)Create an instance of WeChatPayInfo given an JSON stringWeChatPayInfoPaymentMethod. getWechatpay()wechatpayWeChatPayInfoPaymentMethodSetupInfo. getWechatpay()wechatpayMethods in com.adyen.model.management with parameters of type WeChatPayInfo Modifier and Type Method Description voidPaymentMethod. setWechatpay(WeChatPayInfo wechatpay)wechatpayvoidPaymentMethodSetupInfo. setWechatpay(WeChatPayInfo wechatpay)wechatpayPaymentMethodPaymentMethod. wechatpay(WeChatPayInfo wechatpay)wechatpayPaymentMethodSetupInfoPaymentMethodSetupInfo. wechatpay(WeChatPayInfo wechatpay)wechatpay
-