Class CancelRecurringPaymentObject
- java.lang.Object
-
- de.firstdata.ipg.api.schema.Action
-
- de.firstdata.ipg.api.client.action.object.IPGAPIActionObject
-
- de.firstdata.ipg.api.client.action.recurringpayment.object.CancelRecurringPaymentObject
-
- All Implemented Interfaces:
IPGApiAction
,CancelRecurringPayment
,RecurringPayment
public class CancelRecurringPaymentObject extends IPGAPIActionObject implements CancelRecurringPayment
-
-
Field Summary
-
Fields inherited from class de.firstdata.ipg.api.schema.Action
clientLocale, createPaymentURL, deleteBillKey, deletePaymentURL, deliveryConfirmation, exportPaymentURL, generateCashReceipt, getExternalConsumerInformation, getExternalTransactionStatus, getGuestCheckoutTokenCryptogram, getLastOrders, getLastTransactions, getNetworkTokenCryptogram, initiateClearing, inquiryCardInformation, inquiryOrder, inquiryTransaction, manageProducts, manageProductStock, recurringPayment, requestCardRateForDCC, requestMerchantRateForDynamicPricing, sendEMailNotification, storeHostedData, validate
-
-
Constructor Summary
Constructors Constructor Description CancelRecurringPaymentObject(String orderId)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected de.firstdata.ipg.api.schema.Billing
getBilling()
protected de.firstdata.ipg.api.schema.Payment
getPayment()
de.firstdata.ipg.api.schema.RecurringPayment
getRecurringPayment()
protected de.firstdata.ipg.api.schema.RecurringPaymentInformation
getRecurringPaymentInformation()
protected de.firstdata.ipg.api.schema.Shipping
getShipping()
de.firstdata.ipg.api.schema.Wallet
getWallet()
void
setAddress1(String address1)
void
setAddress2(String address2)
void
setAddressNumber(String addressNumber)
Deprecated.void
setAmount(Amount value)
void
setBasket(de.firstdata.ipg.api.schema.Basket value)
void
setBirthDate(XMLGregorianCalendar birthDate)
void
setCardFunction(de.firstdata.ipg.api.schema.CardFunctionType value)
void
setCity(String city)
void
setComments(String value)
void
setCompany(String company)
void
setCountry(String country)
void
setCreditCard(CreditCard creditCard)
void
setCustomerID(String customerID)
void
setDEDirectDebit(DEDirectDebit deDirectDebit)
void
setEmail(String email)
void
setFax(String fax)
void
setFirstname(String firstname)
void
setGender(de.firstdata.ipg.api.schema.GenderType gender)
void
setHostedDataID(String value)
void
setHostedDataStoreID(String value)
void
setHouseExtension(String houseExtension)
void
setHouseNumber(String houseNumber)
void
setInstallmentCount(int value)
void
setInstallmentFrequency(int value)
void
setInstallmentPeriod(String value)
void
setMaximumFailures(int value)
void
setMobilePhone(String mobilePhone)
void
setName(String name)
void
setOrderId(String orderId)
protected void
setPayment(Amount amount)
void
setPersonalNumber(String personalNumber)
void
setPhone(String phone)
void
setRecurringStartDate(String value)
void
setRecurringStartDate(Date value)
void
setReferencedOrderID(String value)
void
setShippingAddress1(String address1)
void
setShippingAddress2(String address2)
void
setShippingAddressCity(String city)
void
setShippingAddressCountry(String country)
void
setShippingAddressName(String name)
void
setShippingAddressState(String state)
void
setShippingAddressZip(String zip)
void
setState(String state)
void
setStoreId(String storeId)
void
setStreetName(String streetName)
void
setSurname(String surname)
void
setType(String type)
Deprecated.void
setWalletID(String value)
void
setWalletType(de.firstdata.ipg.api.schema.WalletType value)
void
setZip(String zip)
-
Methods inherited from class de.firstdata.ipg.api.client.action.object.IPGAPIActionObject
getFormattedDate, setClientLocale
-
Methods inherited from class de.firstdata.ipg.api.schema.Action
getClientLocale, getCreatePaymentURL, getDeleteBillKey, getDeletePaymentURL, getDeliveryConfirmation, getExportPaymentURL, getGenerateCashReceipt, getGetExternalConsumerInformation, getGetExternalTransactionStatus, getGetGuestCheckoutTokenCryptogram, getGetLastOrders, getGetLastTransactions, getGetNetworkTokenCryptogram, getInitiateClearing, getInquiryCardInformation, getInquiryOrder, getInquiryTransaction, getManageProducts, getManageProductStock, getRequestCardRateForDCC, getRequestMerchantRateForDynamicPricing, getSendEMailNotification, getStoreHostedData, getValidate, setClientLocale, setCreatePaymentURL, setDeleteBillKey, setDeletePaymentURL, setDeliveryConfirmation, setExportPaymentURL, setGenerateCashReceipt, setGetExternalConsumerInformation, setGetExternalTransactionStatus, setGetGuestCheckoutTokenCryptogram, setGetLastOrders, setGetLastTransactions, setGetNetworkTokenCryptogram, setInitiateClearing, setInquiryCardInformation, setInquiryOrder, setInquiryTransaction, setManageProducts, setManageProductStock, setRecurringPayment, setRequestCardRateForDCC, setRequestMerchantRateForDynamicPricing, setSendEMailNotification, setStoreHostedData, setValidate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.firstdata.ipg.api.client.action.IPGApiAction
setClientLocale, setStoreId
-
-
-
-
Constructor Detail
-
CancelRecurringPaymentObject
public CancelRecurringPaymentObject(String orderId)
-
-
Method Detail
-
setAmount
public void setAmount(Amount value)
-
setBasket
public void setBasket(de.firstdata.ipg.api.schema.Basket value)
-
setComments
public void setComments(String value)
-
setInstallmentCount
public void setInstallmentCount(int value)
-
setInstallmentFrequency
public void setInstallmentFrequency(int value)
-
setInstallmentPeriod
public void setInstallmentPeriod(String value)
-
setMaximumFailures
public void setMaximumFailures(int value)
-
setRecurringStartDate
public void setRecurringStartDate(String value)
-
setRecurringStartDate
public void setRecurringStartDate(Date value)
-
setWalletType
public void setWalletType(de.firstdata.ipg.api.schema.WalletType value)
-
setWalletID
public void setWalletID(String value)
-
setStoreId
public void setStoreId(String storeId)
-
setOrderId
public void setOrderId(String orderId)
-
setPayment
protected void setPayment(Amount amount)
-
setCreditCard
public void setCreditCard(CreditCard creditCard)
-
setDEDirectDebit
public void setDEDirectDebit(DEDirectDebit deDirectDebit)
-
setHostedDataID
public void setHostedDataID(String value)
-
setHostedDataStoreID
public void setHostedDataStoreID(String value)
-
setReferencedOrderID
public void setReferencedOrderID(String value)
-
setCustomerID
public void setCustomerID(String customerID)
-
setName
public void setName(String name)
-
setCompany
public void setCompany(String company)
-
setAddress1
public void setAddress1(String address1)
-
setAddress2
public void setAddress2(String address2)
-
setCity
public void setCity(String city)
-
setState
public void setState(String state)
-
setZip
public void setZip(String zip)
-
setCountry
public void setCountry(String country)
-
setPhone
public void setPhone(String phone)
-
setFax
public void setFax(String fax)
-
setEmail
public void setEmail(String email)
-
setPersonalNumber
public void setPersonalNumber(String personalNumber)
-
setBirthDate
public void setBirthDate(XMLGregorianCalendar birthDate)
-
setGender
public void setGender(de.firstdata.ipg.api.schema.GenderType gender)
-
setFirstname
public void setFirstname(String firstname)
-
setSurname
public void setSurname(String surname)
-
setStreetName
public void setStreetName(String streetName)
-
setHouseNumber
public void setHouseNumber(String houseNumber)
-
setHouseExtension
public void setHouseExtension(String houseExtension)
-
setMobilePhone
public void setMobilePhone(String mobilePhone)
-
setAddressNumber
@Deprecated public void setAddressNumber(String addressNumber)
Deprecated.
-
setType
@Deprecated public void setType(String type)
Deprecated.
-
setShippingAddressName
public void setShippingAddressName(String name)
-
setShippingAddress1
public void setShippingAddress1(String address1)
-
setShippingAddress2
public void setShippingAddress2(String address2)
-
setShippingAddressCity
public void setShippingAddressCity(String city)
-
setShippingAddressState
public void setShippingAddressState(String state)
-
setShippingAddressZip
public void setShippingAddressZip(String zip)
-
setShippingAddressCountry
public void setShippingAddressCountry(String country)
-
getBilling
protected de.firstdata.ipg.api.schema.Billing getBilling()
-
getShipping
protected de.firstdata.ipg.api.schema.Shipping getShipping()
-
getPayment
protected de.firstdata.ipg.api.schema.Payment getPayment()
-
getRecurringPayment
public de.firstdata.ipg.api.schema.RecurringPayment getRecurringPayment()
- Overrides:
getRecurringPayment
in classde.firstdata.ipg.api.schema.Action
-
getWallet
public de.firstdata.ipg.api.schema.Wallet getWallet()
-
getRecurringPaymentInformation
protected de.firstdata.ipg.api.schema.RecurringPaymentInformation getRecurringPaymentInformation()
-
setCardFunction
public void setCardFunction(de.firstdata.ipg.api.schema.CardFunctionType value)
-
-