Uses of Class
com.adyen.model.management.AlipayPlusResponseInfo
-
Packages that use AlipayPlusResponseInfo Package Description com.adyen.model.management -
-
Uses of AlipayPlusResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return AlipayPlusResponseInfo Modifier and Type Method Description static AlipayPlusResponseInfoAlipayPlusResponseInfo. fromJson(String jsonString)Create an instance of AlipayPlusResponseInfo given an JSON stringAlipayPlusResponseInfoPaymentMethod. getAlipayPlus()Get alipayPlusAlipayPlusResponseInfoAlipayPlusResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AlipayPlusResponseInfoAlipayPlusResponseInfo. settlementCurrencyCode(String settlementCurrencyCode)The currency used for settlement.Methods in com.adyen.model.management with parameters of type AlipayPlusResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. alipayPlus(AlipayPlusResponseInfo alipayPlus)alipayPlusvoidPaymentMethod. setAlipayPlus(AlipayPlusResponseInfo alipayPlus)alipayPlus
-