net.authorize.sim.data
Class HostedReceiptPageSettings

java.lang.Object
  extended by net.authorize.sim.data.HostedReceiptPageSettings

public class HostedReceiptPageSettings
extends Object

The hosted receipt page provides the customer with the status of their transaction and can include a link back to the merchant�s website. It can be customized to reflect the look and feel of the merchant�s website.


Method Summary
static HostedReceiptPageSettings createHostedReceiptPageSettings()
          Creates an instance of a HostedReceiptPageSettings class.
 LinkMethod getLinkMethod()
           
 String getLinkText()
           
 String getLinkUrl()
           
 void setLinkMethod(LinkMethod linkMethod)
           
 void setLinkText(String linkText)
           
 void setLinkUrl(String linkUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createHostedReceiptPageSettings

public static HostedReceiptPageSettings createHostedReceiptPageSettings()
Creates an instance of a HostedReceiptPageSettings class.

Returns:
a HostedReceiptPageSettings object.

getLinkMethod

public LinkMethod getLinkMethod()
Returns:
the linkMethod

setLinkMethod

public void setLinkMethod(LinkMethod linkMethod)
Parameters:
linkMethod - the linkMethod to set

getLinkText

public String getLinkText()
Returns:
the linkText

setLinkText

public void setLinkText(String linkText)
Parameters:
linkText - the linkText to set

getLinkUrl

public String getLinkUrl()
Returns:
the linkUrl

setLinkUrl

public void setLinkUrl(String linkUrl)
Parameters:
linkUrl - the linkUrl to set


Copyright © 2014. All Rights Reserved.