Interface CUPDomesticSaleTransaction
-
- All Superinterfaces:
BasketSetter
,BillingSetter
,IPGApiTransaction
,TransactionDetailsSetter
- All Known Implementing Classes:
CUPDomesticSaleTransactionObject
public interface CUPDomesticSaleTransaction extends BasketSetter, BillingSetter, TransactionDetailsSetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setBankId(String bankId)
void
setCustomerId(String customerId)
if not set, registration should get started after ChinaPnR redirection-
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.IPGApiTransaction
getStore, getType, setClientLocale, setComments, setIpgTransactionId, setMerchantTransactionId, setReferencedMerchantTransactionId, setStoreId
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.setter.TransactionDetailsSetter
setAdditionalRequestParameters, setDynamicMerchantName, setInvoiceNumber, setIp, setIpgDeferredAuth, setOrderId, setPONumber, setTransactionOrigin
-
-
-
-
Method Detail
-
setCustomerId
void setCustomerId(String customerId)
if not set, registration should get started after ChinaPnR redirection- Parameters:
customerId
- optional CUP customer ID of the payer
-
setBankId
void setBankId(String bankId)
- Parameters:
bankId
- optional CUP online banking bank identifier
-
-