Interface ModifyRecurringPayment
-
- All Superinterfaces:
BasketSetter
,BillingSetter
,IPGApiAction
,RecurringPayment
,ShippingSetter
- All Known Implementing Classes:
ModifyRecurringPaymentObject
public interface ModifyRecurringPayment extends RecurringPayment, BasketSetter, BillingSetter, ShippingSetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAmount(Amount value)
void
setCardFunction(de.firstdata.ipg.api.schema.CardFunctionType cardFunction)
void
setComments(String value)
void
setCreditCard(CreditCard value)
void
setDEDirectDebit(DEDirectDebit value)
void
setHostedDataID(String value)
void
setHostedDataStoreID(String value)
void
setInstallmentCount(int value)
void
setInstallmentFrequency(int value)
void
setInstallmentPeriod(String value)
void
setMaximumFailures(int value)
void
setRecurringStartDate(String 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.setter.ShippingSetter
setShippingAddress1, setShippingAddress2, setShippingAddressCity, setShippingAddressCountry, setShippingAddressName, setShippingAddressState, setShippingAddressZip, setType
-
-
-
-
Method Detail
-
setAmount
void setAmount(Amount value)
-
setCreditCard
void setCreditCard(CreditCard value)
-
setDEDirectDebit
void setDEDirectDebit(DEDirectDebit value)
-
setHostedDataID
void setHostedDataID(String value)
-
setHostedDataStoreID
void setHostedDataStoreID(String value)
-
setComments
void setComments(String value)
-
setInstallmentCount
void setInstallmentCount(int value)
-
setInstallmentFrequency
void setInstallmentFrequency(int value)
-
setInstallmentPeriod
void setInstallmentPeriod(String value)
-
setMaximumFailures
void setMaximumFailures(int value)
-
setRecurringStartDate
void setRecurringStartDate(String value)
-
setCardFunction
void setCardFunction(de.firstdata.ipg.api.schema.CardFunctionType cardFunction)
-
-