Uses of Class
com.adyen.model.management.GivexResponseInfo
-
Packages that use GivexResponseInfo Package Description com.adyen.model.management -
-
Uses of GivexResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return GivexResponseInfo Modifier and Type Method Description GivexResponseInfoGivexResponseInfo. currencyCode(String currencyCode)The three-character ISO currency codestatic GivexResponseInfoGivexResponseInfo. fromJson(String jsonString)Create an instance of GivexResponseInfo given an JSON stringGivexResponseInfoPaymentMethod. getGivex()Get givexGivexResponseInfoGivexResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GivexResponseInfoGivexResponseInfo. password(String password)The password provided by the acquirer.GivexResponseInfoGivexResponseInfo. paymentFlow(String paymentFlow)The sales channel used for the payment.GivexResponseInfoGivexResponseInfo. username(String username)The username provided by the acquirer.Methods in com.adyen.model.management with parameters of type GivexResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. givex(GivexResponseInfo givex)givexvoidPaymentMethod. setGivex(GivexResponseInfo givex)givex
-