Modifier and Type | Method and Description |
---|---|
static Validate |
IPGApiActionFactory.createValidate(CustomerCard card) |
Constructor and Description |
---|
ValidateObject(CustomerCard card) |
Modifier and Type | Method and Description |
---|---|
static CustomerCForceTicketTransaction |
IPGApiTransactionFactory.createCustomerCForceTicketTransaction(Amount amount,
CustomerCard customerCard,
String referenceNumber) |
static CustomerCSaleTransaction |
IPGApiTransactionFactory.createCustomerCSaleTransaction(Amount amount,
CustomerCard customerCard) |
Modifier and Type | Class and Description |
---|---|
class |
CreditCard |
Constructor and 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
appropriate
setter methods on the returned
CustomerCForceTicketTransactionObject instance |
CustomerCSaleTransactionObject(Amount amount,
CustomerCard customerCard)
creates a Sale transaction with the minimum set of parameters -
note that you can add optional fields by calling the appropriate
setter methods on the returned
CustomerCSaleTransactionObject instance |
CustomerCTransactionObject(String type,
Amount amount,
CustomerCard customerCard,
String orderId) |
Copyright © 2019. All rights reserved.