Interface CCForceTicketTransaction
-
- All Superinterfaces:
BasketSetter
,BillingSetter
,CCTransaction
,InstallmentSetter
,IPGApiTransaction
,PaymentSetter
,Secure3DSetter
,ShippingSetter
,TransactionDetailsSetter
- All Known Implementing Classes:
CCForceTicketTransactionObject
public interface CCForceTicketTransaction extends CCTransaction, BasketSetter, BillingSetter, InstallmentSetter, PaymentSetter, Secure3DSetter, ShippingSetter, TransactionDetailsSetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCardAccount(de.firstdata.ipg.api.schema.CardAccountType cardAccount)
void
setCardFunction(de.firstdata.ipg.api.schema.CardFunctionType cardFunction)
void
setTerminalID(String terminalID)
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.setter.BasketSetter
setBasket
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
setAddress1, setAddress2, setAddressNumber, setBirthDate, setCity, setCompany, setCountry, setCustomerID, setEmail, setFax, setFirstname, setGender, setHouseExtension, setHouseNumber, setMobilePhone, setName, setPersonalNumber, setPhone, setState, setStreetName, setSurname, setZip
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.creditcard.CCTransaction
setCardholderInitiatedIndicator, setMerchantInitiatedIndicator, setReferencedSchemeTransactionId, setUnscheduledCredentialOnFileType
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.creditcard.setter.InstallmentSetter
setInstallmentDelayMonths, setInstallmentPlanID, setInstallmentsInterest, setNumberOfInstallments
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.IPGApiTransaction
getStore, getType, setClientLocale, setComments, setIpgTransactionId, setMerchantTransactionId, setReferencedMerchantTransactionId, setStoreId
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.setter.PaymentSetter
setAssignToken, setDeclineHostedDataDuplicates, setHostedDataID, setHostedDataStoreID, setTokenType
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
setAcsTransactionId, setAuthenticate3dSecureTransaction, setAuthenticationValue, setBrowserJavaScriptEnabled, setDirectoryServerTransactionId, setDSRPECI, setOverride3DSCountryExclusion, setPayerAuthenticationResponse, setSecure3D2AuthenticationResponse, setSecure3D2TransactionStatus, setSecure3DAuthenticationRequest, setSecure3DMethodNotificationStatus, setSecure3DProtocolVersion, setSecure3DVerificationRequest, setSkipTRA, setTermUrl, setThreeDSEmvcoMessageCategory, setThreeDSMethodNotificationURL, setThreeDSRequestorChallengeIndicator, setThreeDSServerTransactionId, setThreeDSTransType, setVerificationResponse, setXID
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.setter.ShippingSetter
setShippingAddress1, setShippingAddress2, setShippingAddressCity, setShippingAddressCountry, setShippingAddressName, setShippingAddressState, setShippingAddressZip, setType
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.setter.TransactionDetailsSetter
setAdditionalRequestParameters, setDynamicMerchantName, setInvoiceNumber, setIp, setIpgDeferredAuth, setOrderId, setPONumber, setTransactionOrigin
-
-
-
-
Method Detail
-
setTerminalID
void setTerminalID(String terminalID)
-
setCardFunction
void setCardFunction(de.firstdata.ipg.api.schema.CardFunctionType cardFunction)
-
setCardAccount
void setCardAccount(de.firstdata.ipg.api.schema.CardAccountType cardAccount)
-
-