Uses of Class
com.adyen.model.management.WeChatPayResponseInfo
-
Packages that use WeChatPayResponseInfo Package Description com.adyen.model.management -
-
Uses of WeChatPayResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return WeChatPayResponseInfo Modifier and Type Method Description WeChatPayResponseInfoWeChatPayResponseInfo. contactPersonName(String contactPersonName)The name of the contact person from merchant support.WeChatPayResponseInfoWeChatPayResponseInfo. email(String email)The email address of merchant support.static WeChatPayResponseInfoWeChatPayResponseInfo. fromJson(String jsonString)Create an instance of WeChatPayResponseInfo given an JSON stringWeChatPayResponseInfoPaymentMethod. getWechatpay()Get wechatpayWeChatPayResponseInfoWeChatPayResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.management with parameters of type WeChatPayResponseInfo Modifier and Type Method Description voidPaymentMethod. setWechatpay(WeChatPayResponseInfo wechatpay)wechatpayPaymentMethodPaymentMethod. wechatpay(WeChatPayResponseInfo wechatpay)wechatpay
-