Uses of Class
de.firstdata.ipg.api.client.transaction.type.MandateType
-
-
Uses of MandateType in de.firstdata.ipg.api.client.transaction.dedirectdebit
Methods in de.firstdata.ipg.api.client.transaction.dedirectdebit with parameters of type MandateType Modifier and Type Method Description void
DEDDSaleTransaction. setMandateType(MandateType value)
-
Uses of MandateType in de.firstdata.ipg.api.client.transaction.dedirectdebit.object
Methods in de.firstdata.ipg.api.client.transaction.dedirectdebit.object with parameters of type MandateType Modifier and Type Method Description void
DEDDSaleTransactionObject. setMandateType(MandateType value)
-
Uses of MandateType in de.firstdata.ipg.api.client.transaction.type
Methods in de.firstdata.ipg.api.client.transaction.type that return MandateType Modifier and Type Method Description static MandateType
MandateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MandateType[]
MandateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-