Interface KlarnaPreAuthTransaction
-
- All Superinterfaces:
BasketSetter
,BillingSetter
,IPGApiTransaction
,KlarnaTransaction
- All Known Implementing Classes:
KlarnaPreAuthTransactionObject
public interface KlarnaPreAuthTransaction extends KlarnaTransaction, BasketSetter, BillingSetter
IPG equivalent to KLARNA ReserveAmount- Author:
- f8t3bd0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setIp(String ip)
void
setKlarnaPClassID(Integer pClassID)
-
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
-
-