public class AbstractTransactionPending extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
allowedPaymentMethodBrands |
protected List<Long> |
allowedPaymentMethodConfigurations |
protected AddressCreate |
billingAddress |
protected TransactionCompletionBehavior |
completionBehavior |
protected String |
currency |
protected String |
customerEmailAddress |
protected String |
customerId |
protected String |
failedUrl |
protected String |
invoiceMerchantReference |
protected String |
language |
protected List<LineItemCreate> |
lineItems |
protected String |
merchantReference |
protected Map<String,String> |
metaData |
protected AddressCreate |
shippingAddress |
protected String |
shippingMethod |
protected String |
successUrl |
protected String |
timeZone |
protected Long |
token |
protected TokenizationMode |
tokenizationMode |
| Constructor and Description |
|---|
AbstractTransactionPending() |
protected AddressCreate billingAddress
protected TransactionCompletionBehavior completionBehavior
protected String currency
protected String customerEmailAddress
protected String customerId
protected String failedUrl
protected String invoiceMerchantReference
protected String language
protected List<LineItemCreate> lineItems
protected String merchantReference
protected AddressCreate shippingAddress
protected String shippingMethod
protected String successUrl
protected String timeZone
protected Long token
protected TokenizationMode tokenizationMode
public AbstractTransactionPending allowedPaymentMethodBrands(List<Long> allowedPaymentMethodBrands)
public AbstractTransactionPending addAllowedPaymentMethodBrandsItem(Long allowedPaymentMethodBrandsItem)
public List<Long> getAllowedPaymentMethodBrands()
public void setAllowedPaymentMethodBrands(List<Long> allowedPaymentMethodBrands)
public AbstractTransactionPending allowedPaymentMethodConfigurations(List<Long> allowedPaymentMethodConfigurations)
public AbstractTransactionPending addAllowedPaymentMethodConfigurationsItem(Long allowedPaymentMethodConfigurationsItem)
public List<Long> getAllowedPaymentMethodConfigurations()
public void setAllowedPaymentMethodConfigurations(List<Long> allowedPaymentMethodConfigurations)
public AbstractTransactionPending billingAddress(AddressCreate billingAddress)
public AddressCreate getBillingAddress()
public void setBillingAddress(AddressCreate billingAddress)
public AbstractTransactionPending completionBehavior(TransactionCompletionBehavior completionBehavior)
public TransactionCompletionBehavior getCompletionBehavior()
public void setCompletionBehavior(TransactionCompletionBehavior completionBehavior)
public AbstractTransactionPending currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public AbstractTransactionPending customerEmailAddress(String customerEmailAddress)
public String getCustomerEmailAddress()
public void setCustomerEmailAddress(String customerEmailAddress)
public AbstractTransactionPending customerId(String customerId)
public String getCustomerId()
public void setCustomerId(String customerId)
public AbstractTransactionPending failedUrl(String failedUrl)
public String getFailedUrl()
public void setFailedUrl(String failedUrl)
public AbstractTransactionPending invoiceMerchantReference(String invoiceMerchantReference)
public String getInvoiceMerchantReference()
public void setInvoiceMerchantReference(String invoiceMerchantReference)
public AbstractTransactionPending language(String language)
public String getLanguage()
public void setLanguage(String language)
public AbstractTransactionPending lineItems(List<LineItemCreate> lineItems)
public AbstractTransactionPending addLineItemsItem(LineItemCreate lineItemsItem)
public List<LineItemCreate> getLineItems()
public void setLineItems(List<LineItemCreate> lineItems)
public AbstractTransactionPending merchantReference(String merchantReference)
public String getMerchantReference()
public void setMerchantReference(String merchantReference)
public AbstractTransactionPending metaData(Map<String,String> metaData)
public AbstractTransactionPending putMetaDataItem(String key, String metaDataItem)
public Map<String,String> getMetaData()
public AbstractTransactionPending shippingAddress(AddressCreate shippingAddress)
public AddressCreate getShippingAddress()
public void setShippingAddress(AddressCreate shippingAddress)
public AbstractTransactionPending shippingMethod(String shippingMethod)
public String getShippingMethod()
public void setShippingMethod(String shippingMethod)
public AbstractTransactionPending successUrl(String successUrl)
public String getSuccessUrl()
public void setSuccessUrl(String successUrl)
public AbstractTransactionPending timeZone(String timeZone)
public String getTimeZone()
public void setTimeZone(String timeZone)
public AbstractTransactionPending token(Long token)
public Long getToken()
public void setToken(Long token)
public AbstractTransactionPending tokenizationMode(TokenizationMode tokenizationMode)
public TokenizationMode getTokenizationMode()
public void setTokenizationMode(TokenizationMode tokenizationMode)
Copyright © 2022. All rights reserved.