public class CostEstimateRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CostEstimateRequest.ShopperInteractionEnum
Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
|
| Constructor and Description |
|---|
CostEstimateRequest() |
public CostEstimateRequest amount(Amount amount)
public Amount getAmount()
public void setAmount(Amount amount)
public CostEstimateRequest assumptions(CostEstimateAssumptions assumptions)
public CostEstimateAssumptions getAssumptions()
public void setAssumptions(CostEstimateAssumptions assumptions)
public CostEstimateRequest cardNumber(String cardNumber)
public String getCardNumber()
public void setCardNumber(String cardNumber)
public CostEstimateRequest encryptedCard(String encryptedCard)
public String getEncryptedCard()
public void setEncryptedCard(String encryptedCard)
public CostEstimateRequest merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public CostEstimateRequest merchantDetails(MerchantDetails merchantDetails)
public MerchantDetails getMerchantDetails()
public void setMerchantDetails(MerchantDetails merchantDetails)
public CostEstimateRequest recurring(Recurring recurring)
public Recurring getRecurring()
public void setRecurring(Recurring recurring)
public CostEstimateRequest selectedRecurringDetailReference(String selectedRecurringDetailReference)
public String getSelectedRecurringDetailReference()
public void setSelectedRecurringDetailReference(String selectedRecurringDetailReference)
public CostEstimateRequest shopperInteraction(CostEstimateRequest.ShopperInteractionEnum shopperInteraction)
public CostEstimateRequest.ShopperInteractionEnum getShopperInteraction()
public void setShopperInteraction(CostEstimateRequest.ShopperInteractionEnum shopperInteraction)
public CostEstimateRequest shopperReference(String shopperReference)
public String getShopperReference()
public void setShopperReference(String shopperReference)
Copyright © 2022. All rights reserved.