public class StoreHostedDataObject extends IPGAPIActionObject implements StoreHostedData
clientLocale, createPaymentURL, deletePaymentURL, exportPaymentURL, getExternalConsumerInformation, getExternalTransactionStatus, getLastOrders, getLastTransactions, initiateClearing, inquiryCardInformation, inquiryOrder, inquiryTransaction, manageProducts, manageProductStock, recurringPayment, requestCardRateForDCC, requestMerchantRateForDynamicPricing, sendEMailNotification, storeHostedData, validate
Constructor and Description |
---|
StoreHostedDataObject() |
Modifier and Type | Method and Description |
---|---|
void |
add(String hostedDataID,
CreditCard creditCard) |
void |
add(String hostedDataID,
CreditCard creditCard,
boolean declineHostedDataDuplicates) |
void |
add(String hostedDataID,
CreditCard creditCard,
boolean declineHostedDataDuplicates,
de.firstdata.ipg.api.schema.CardFunctionType cardFunction) |
void |
add(String hostedDataID,
CreditCard creditCard,
boolean declineHostedDataDuplicates,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken) |
void |
add(String hostedDataID,
CreditCard creditCard,
boolean declineHostedDataDuplicates,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken,
de.firstdata.ipg.api.schema.CardFunctionType cardFunction) |
void |
add(String hostedDataID,
CreditCard creditCard,
de.firstdata.ipg.api.schema.CardFunctionType cardFunction) |
void |
add(String hostedDataID,
CreditCard creditCard,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken) |
void |
add(String hostedDataID,
DEDirectDebit account) |
void |
add(String hostedDataID,
DEDirectDebit account,
boolean declineHostedDataDuplicates) |
void |
add(String hostedDataID,
DEDirectDebit account,
boolean declineHostedDataDuplicates,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken) |
void |
add(String hostedDataID,
DEDirectDebit account,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken) |
void |
add(String hostedDataID,
DEDirectDebit account,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken,
String billingName) |
void |
add(String hostedDataID,
String orderID) |
void |
add(String hostedDataID,
String orderID,
boolean declineHostedDataDuplicates) |
void |
add(String hostedDataID,
String orderID,
boolean declineHostedDataDuplicates,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken) |
void |
add(String hostedDataID,
String orderID,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken) |
protected de.firstdata.ipg.api.schema.DataStorageItem |
getItem(String hostedDataID) |
de.firstdata.ipg.api.schema.StoreHostedData |
getStoreHostedData() |
void |
setStoreId(String storeID) |
getFormattedDate, setClientLocale
getClientLocale, getCreatePaymentURL, getDeletePaymentURL, getExportPaymentURL, getGetExternalConsumerInformation, getGetExternalTransactionStatus, getGetLastOrders, getGetLastTransactions, getInitiateClearing, getInquiryCardInformation, getInquiryOrder, getInquiryTransaction, getManageProducts, getManageProductStock, getRecurringPayment, getRequestCardRateForDCC, getRequestMerchantRateForDynamicPricing, getSendEMailNotification, getValidate, setClientLocale, setCreatePaymentURL, setDeletePaymentURL, setExportPaymentURL, setGetExternalConsumerInformation, setGetExternalTransactionStatus, setGetLastOrders, setGetLastTransactions, setInitiateClearing, setInquiryCardInformation, setInquiryOrder, setInquiryTransaction, setManageProducts, setManageProductStock, setRecurringPayment, setRequestCardRateForDCC, setRequestMerchantRateForDynamicPricing, setSendEMailNotification, setStoreHostedData, setValidate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setClientLocale, setStoreId
public void add(String hostedDataID, CreditCard creditCard)
add
in interface StoreHostedData
public void add(String hostedDataID, CreditCard creditCard, de.firstdata.ipg.api.schema.CardFunctionType cardFunction)
add
in interface StoreHostedData
public void add(String hostedDataID, CreditCard creditCard, boolean declineHostedDataDuplicates)
add
in interface StoreHostedData
public void add(String hostedDataID, CreditCard creditCard, boolean declineHostedDataDuplicates, de.firstdata.ipg.api.schema.CardFunctionType cardFunction)
add
in interface StoreHostedData
public void add(String hostedDataID, DEDirectDebit account)
add
in interface StoreHostedData
public void add(String hostedDataID, DEDirectDebit account, boolean declineHostedDataDuplicates)
add
in interface StoreHostedData
public void add(String hostedDataID, String orderID)
add
in interface StoreHostedData
public void add(String hostedDataID, String orderID, boolean declineHostedDataDuplicates)
add
in interface StoreHostedData
public void add(String hostedDataID, CreditCard creditCard, de.firstdata.ipg.api.schema.TokenType tokenType, Boolean assignToken)
add
in interface StoreHostedData
public void add(String hostedDataID, CreditCard creditCard, boolean declineHostedDataDuplicates, de.firstdata.ipg.api.schema.TokenType tokenType, Boolean assignToken)
add
in interface StoreHostedData
public void add(String hostedDataID, CreditCard creditCard, boolean declineHostedDataDuplicates, de.firstdata.ipg.api.schema.TokenType tokenType, Boolean assignToken, de.firstdata.ipg.api.schema.CardFunctionType cardFunction)
add
in interface StoreHostedData
public void add(String hostedDataID, DEDirectDebit account, de.firstdata.ipg.api.schema.TokenType tokenType, Boolean assignToken)
add
in interface StoreHostedData
public void add(String hostedDataID, DEDirectDebit account, boolean declineHostedDataDuplicates, de.firstdata.ipg.api.schema.TokenType tokenType, Boolean assignToken)
add
in interface StoreHostedData
public void add(String hostedDataID, String orderID, de.firstdata.ipg.api.schema.TokenType tokenType, Boolean assignToken)
add
in interface StoreHostedData
public void add(String hostedDataID, String orderID, boolean declineHostedDataDuplicates, de.firstdata.ipg.api.schema.TokenType tokenType, Boolean assignToken)
add
in interface StoreHostedData
public void add(String hostedDataID, DEDirectDebit account, de.firstdata.ipg.api.schema.TokenType tokenType, Boolean assignToken, String billingName)
add
in interface StoreHostedData
public void setStoreId(String storeID)
setStoreId
in interface IPGApiAction
public de.firstdata.ipg.api.schema.StoreHostedData getStoreHostedData()
getStoreHostedData
in class de.firstdata.ipg.api.schema.Action
protected de.firstdata.ipg.api.schema.DataStorageItem getItem(String hostedDataID)
Copyright © 2019. All rights reserved.