net.authorize.sim.data
Class HostedPaymentFormSettings
java.lang.Object
net.authorize.sim.data.HostedPaymentFormSettings
public class HostedPaymentFormSettings
- extends Object
When using the hosted payment form, settings can be configured to match the look of
the merchant�s website. The purpose of this class is just that - to
store the hosted payment form settings.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createHostedPaymentFormSettings
public static HostedPaymentFormSettings createHostedPaymentFormSettings()
getHeader
public String getHeader()
- Returns:
- the header
setHeader
public void setHeader(String header)
- Parameters:
header - the header to set
getFooter
public String getFooter()
- Returns:
- the footer
setFooter
public void setFooter(String footer)
- Parameters:
footer - the footer to set
getBackgroundColor
public String getBackgroundColor()
- Returns:
- the backgroundColor
setBackgroundColor
public void setBackgroundColor(String backgroundColor)
- Parameters:
backgroundColor - the backgroundColor to set
getLinkColor
public String getLinkColor()
- Returns:
- the linkColor
setLinkColor
public void setLinkColor(String linkColor)
- Parameters:
linkColor - the linkColor to set
getTextColor
public String getTextColor()
- Returns:
- the textColor
setTextColor
public void setTextColor(String textColor)
- Parameters:
textColor - the textColor to set
getMerchantLogoUrl
public String getMerchantLogoUrl()
- Returns:
- the merchantLogoUrl
setMerchantLogoUrl
public void setMerchantLogoUrl(String merchantLogoUrl)
- Parameters:
merchantLogoUrl - the merchantLogoUrl to set
getBackgroundUrl
public String getBackgroundUrl()
- Returns:
- the backgroundUrl
setBackgroundUrl
public void setBackgroundUrl(String backgroundUrl)
- Parameters:
backgroundUrl - the backgroundUrl to set
Copyright © 2014. All Rights Reserved.