net.authorize.sim.data
Class HostedPaymentFormSettings

java.lang.Object
  extended by 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.


Method Summary
static HostedPaymentFormSettings createHostedPaymentFormSettings()
           
 String getBackgroundColor()
           
 String getBackgroundUrl()
           
 String getFooter()
           
 String getHeader()
           
 String getLinkColor()
           
 String getMerchantLogoUrl()
           
 String getTextColor()
           
 void setBackgroundColor(String backgroundColor)
           
 void setBackgroundUrl(String backgroundUrl)
           
 void setFooter(String footer)
           
 void setHeader(String header)
           
 void setLinkColor(String linkColor)
           
 void setMerchantLogoUrl(String merchantLogoUrl)
           
 void setTextColor(String textColor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.