Uses of Class
com.adyen.model.management.SupportedCardTypes
-
Packages that use SupportedCardTypes Package Description com.adyen.model.management -
-
Uses of SupportedCardTypes in com.adyen.model.management
Methods in com.adyen.model.management that return SupportedCardTypes Modifier and Type Method Description SupportedCardTypesSupportedCardTypes. credit(Boolean credit)SupportedCardTypesSupportedCardTypes. debit(Boolean debit)SupportedCardTypesSupportedCardTypes. deferredDebit(Boolean deferredDebit)static SupportedCardTypesSupportedCardTypes. fromJson(String jsonString)Create an instance of SupportedCardTypes given an JSON stringSupportedCardTypesStoreAndForward. getSupportedCardTypes()Get supportedCardTypesSupportedCardTypesSupportedCardTypes. prepaid(Boolean prepaid)SupportedCardTypesSupportedCardTypes. unknown(Boolean unknown)Methods in com.adyen.model.management with parameters of type SupportedCardTypes Modifier and Type Method Description voidStoreAndForward. setSupportedCardTypes(SupportedCardTypes supportedCardTypes)supportedCardTypesStoreAndForwardStoreAndForward. supportedCardTypes(SupportedCardTypes supportedCardTypes)
-