Interface InstallRecurringPayment
-
- All Superinterfaces:
BasketSetter
,BillingSetter
,IPGApiAction
,RecurringPayment
,Secure3DSetter
,ShippingSetter
,TransactionDetailsSetter
,UpopSetter
,WalletSetter
- All Known Implementing Classes:
InstallRecurringPaymentObject
public interface InstallRecurringPayment extends RecurringPayment, BasketSetter, BillingSetter, Secure3DSetter, UpopSetter, ShippingSetter, TransactionDetailsSetter, WalletSetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCardFunction(de.firstdata.ipg.api.schema.CardFunctionType cardFunction)
void
setComments(String value)
void
setInstallmentCount(int value)
-
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.action.IPGApiAction
setClientLocale, setStoreId
-
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
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.creditcard.setter.UpopSetter
setActivateStatus, setResponseCode, setVCode
-
Methods inherited from interface de.firstdata.ipg.api.client.transaction.creditcard.setter.WalletSetter
setWalletID, setWalletType
-
-
-
-
Method Detail
-
setComments
void setComments(String value)
-
setInstallmentCount
void setInstallmentCount(int value)
-
setCardFunction
void setCardFunction(de.firstdata.ipg.api.schema.CardFunctionType cardFunction)
-
-