Interface PixSaleTransaction
-
- All Superinterfaces:
BasketSetter
,BillingSetter
,IPGApiTransaction
,SoftwareExpressTransaction
- All Known Implementing Classes:
PixSaleTransactionObject
public interface PixSaleTransaction extends SoftwareExpressTransaction, BasketSetter, BillingSetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAuthorizerID(String authorizer)
-
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
-
-
-
-
Method Detail
-
setAuthorizerID
void setAuthorizerID(@Nonnull String authorizer)
-
-