Uses of Class
de.firstdata.ipg.api.client.transaction.customercard.CustomerCard
-
-
Uses of CustomerCard in de.firstdata.ipg.api.client.action
Methods in de.firstdata.ipg.api.client.action with parameters of type CustomerCard Modifier and Type Method Description static Validate
IPGApiActionFactory. createValidate(CustomerCard card)
-
Uses of CustomerCard in de.firstdata.ipg.api.client.action.object
Constructors in de.firstdata.ipg.api.client.action.object with parameters of type CustomerCard Constructor Description ValidateObject(CustomerCard card)
-
Uses of CustomerCard in de.firstdata.ipg.api.client.transaction
Methods in de.firstdata.ipg.api.client.transaction with parameters of type CustomerCard Modifier and Type Method Description static CustomerCForceTicketTransaction
IPGApiTransactionFactory. createCustomerCForceTicketTransaction(Amount amount, CustomerCard customerCard, String referenceNumber)
static CustomerCSaleTransaction
IPGApiTransactionFactory. createCustomerCSaleTransaction(Amount amount, CustomerCard customerCard)
-
Uses of CustomerCard in de.firstdata.ipg.api.client.transaction.creditcard
Subclasses of CustomerCard in de.firstdata.ipg.api.client.transaction.creditcard Modifier and Type Class Description class
CreditCard
-
Uses of CustomerCard in de.firstdata.ipg.api.client.transaction.customercard.object
Constructors in de.firstdata.ipg.api.client.transaction.customercard.object with parameters of type CustomerCard Constructor Description CustomerCForceTicketTransactionObject(Amount amount, CustomerCard customerCard, String referenceNumber)
creates a ForceTicket transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedCustomerCForceTicketTransactionObject
instanceCustomerCSaleTransactionObject(Amount amount, CustomerCard customerCard)
creates a Sale transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedCustomerCSaleTransactionObject
instanceCustomerCTransactionObject(String type, Amount amount, CustomerCard customerCard, String orderId)
-