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