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()Get giroPayGiroPayInfoPaymentMethodSetupInfo. getGiroPay()Get giroPayGiroPayInfoGiroPayInfo. supportEmail(String supportEmail)Methods in com.adyen.model.management with parameters of type GiroPayInfo Modifier and Type Method Description PaymentMethodPaymentMethod. giroPay(GiroPayInfo giroPay)PaymentMethodSetupInfoPaymentMethodSetupInfo. giroPay(GiroPayInfo giroPay)voidPaymentMethod. setGiroPay(GiroPayInfo giroPay)giroPayvoidPaymentMethodSetupInfo. setGiroPay(GiroPayInfo giroPay)giroPay
-