Uses of Class
com.adyen.model.management.WeChatPayPosResponseInfo
-
Packages that use WeChatPayPosResponseInfo Package Description com.adyen.model.management -
-
Uses of WeChatPayPosResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return WeChatPayPosResponseInfo Modifier and Type Method Description WeChatPayPosResponseInfoWeChatPayPosResponseInfo. contactPersonName(String contactPersonName)The name of the contact person from merchant support.WeChatPayPosResponseInfoWeChatPayPosResponseInfo. email(String email)The email address of merchant support.static WeChatPayPosResponseInfoWeChatPayPosResponseInfo. fromJson(String jsonString)Create an instance of WeChatPayPosResponseInfo given an JSON stringWeChatPayPosResponseInfoPaymentMethod. getWechatpayPos()Get wechatpayPosWeChatPayPosResponseInfoWeChatPayPosResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.management with parameters of type WeChatPayPosResponseInfo Modifier and Type Method Description voidPaymentMethod. setWechatpayPos(WeChatPayPosResponseInfo wechatpayPos)wechatpayPosPaymentMethodPaymentMethod. wechatpayPos(WeChatPayPosResponseInfo wechatpayPos)wechatpayPos
-