Uses of Class
com.adyen.model.management.GivexInfo
-
Packages that use GivexInfo Package Description com.adyen.model.management -
-
Uses of GivexInfo in com.adyen.model.management
Methods in com.adyen.model.management that return GivexInfo Modifier and Type Method Description GivexInfoGivexInfo. currencyCode(String currencyCode)The three-character ISO currency code, such as **EUR**.static GivexInfoGivexInfo. fromJson(String jsonString)Create an instance of GivexInfo given an JSON stringGivexInfoPaymentMethod. getGivex()Get givexGivexInfoPaymentMethodSetupInfo. getGivex()Get givexGivexInfoGivexInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GivexInfoGivexInfo. password(String password)The password provided by the acquirer.GivexInfoGivexInfo. paymentFlow(GivexInfo.PaymentFlowEnum paymentFlow)The sales channel used for the payment.GivexInfoGivexInfo. username(String username)The username provided by the acquirer.Methods in com.adyen.model.management with parameters of type GivexInfo Modifier and Type Method Description PaymentMethodPaymentMethod. givex(GivexInfo givex)givexPaymentMethodSetupInfoPaymentMethodSetupInfo. givex(GivexInfo givex)givexvoidPaymentMethod. setGivex(GivexInfo givex)givexvoidPaymentMethodSetupInfo. setGivex(GivexInfo givex)givex
-