Uses of Class
com.adyen.model.management.GiroPayInfo
-
Packages that use GiroPayInfo Package Description com.adyen.model.management -
-
Uses of GiroPayInfo in com.adyen.model.management
Methods in com.adyen.model.management that return GiroPayInfo Modifier and Type Method Description static GiroPayInfoGiroPayInfo. fromJson(String jsonString)Create an instance of GiroPayInfo given an JSON stringGiroPayInfoPaymentMethod. getGiroPay()giroPayGiroPayInfoPaymentMethodSetupInfo. getGiroPay()giroPayGiroPayInfoGiroPayInfo. supportEmail(String supportEmail)The email address of merchant support.Methods in com.adyen.model.management with parameters of type GiroPayInfo Modifier and Type Method Description PaymentMethodPaymentMethod. giroPay(GiroPayInfo giroPay)giroPayPaymentMethodSetupInfoPaymentMethodSetupInfo. giroPay(GiroPayInfo giroPay)giroPayvoidPaymentMethod. setGiroPay(GiroPayInfo giroPay)giroPayvoidPaymentMethodSetupInfo. setGiroPay(GiroPayInfo giroPay)giroPay
-