public class SAConfigCheckout extends Object
| Constructor and Description |
|---|
SAConfigCheckout() |
| Modifier and Type | Method and Description |
|---|---|
SAConfigCheckout |
displayTaxAmount(Boolean displayTaxAmount) |
boolean |
equals(Object o) |
String |
getReturnToMerchantSiteUrl()
URL of the website linked to from the Secure Acceptance receipt page.
|
String |
getTemplateType()
Specifies whether the Hosted Checkout is displayed as a single page form or multi page checkout.
|
int |
hashCode() |
Boolean |
isDisplayTaxAmount()
Toggles whether or not the tax amount is displayed on the Hosted Checkout.
|
SAConfigCheckout |
returnToMerchantSiteUrl(String returnToMerchantSiteUrl) |
void |
setDisplayTaxAmount(Boolean displayTaxAmount) |
void |
setReturnToMerchantSiteUrl(String returnToMerchantSiteUrl) |
void |
setTemplateType(String templateType) |
SAConfigCheckout |
templateType(String templateType) |
String |
toString() |
public SAConfigCheckout displayTaxAmount(Boolean displayTaxAmount)
public Boolean isDisplayTaxAmount()
public void setDisplayTaxAmount(Boolean displayTaxAmount)
public SAConfigCheckout templateType(String templateType)
public String getTemplateType()
public void setTemplateType(String templateType)
public SAConfigCheckout returnToMerchantSiteUrl(String returnToMerchantSiteUrl)
public String getReturnToMerchantSiteUrl()
public void setReturnToMerchantSiteUrl(String returnToMerchantSiteUrl)
Copyright © 2024. All rights reserved.