public class HostedPaymentFormSettings extends Object
| Modifier and Type | Method and Description |
|---|---|
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) |
public static HostedPaymentFormSettings createHostedPaymentFormSettings()
public String getHeader()
public void setHeader(String header)
header - the header to setpublic String getFooter()
public void setFooter(String footer)
footer - the footer to setpublic String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
backgroundColor - the backgroundColor to setpublic String getLinkColor()
public void setLinkColor(String linkColor)
linkColor - the linkColor to setpublic String getTextColor()
public void setTextColor(String textColor)
textColor - the textColor to setpublic String getMerchantLogoUrl()
public void setMerchantLogoUrl(String merchantLogoUrl)
merchantLogoUrl - the merchantLogoUrl to setpublic String getBackgroundUrl()
public void setBackgroundUrl(String backgroundUrl)
backgroundUrl - the backgroundUrl to setCopyright © 2016. All Rights Reserved.