public class SetCustomerBillingAgreementRequestDetailsType extends Object
| Constructor and Description |
|---|
SetCustomerBillingAgreementRequestDetailsType()
Default Constructor
|
SetCustomerBillingAgreementRequestDetailsType(BillingAgreementDetailsType billingAgreementDetails,
String returnURL,
String cancelURL)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
BillingAgreementDetailsType |
getBillingAgreementDetails()
Getter for billingAgreementDetails
|
String |
getBuyerEmail()
Getter for buyerEmail
|
String |
getCancelURL()
Getter for cancelURL
|
String |
getCppHeaderBackColor()
Getter for cppHeaderBackColor
|
String |
getCppHeaderBorderColor()
Getter for cppHeaderBorderColor
|
String |
getCppHeaderImage()
Getter for cppHeaderImage
|
String |
getCppPayflowColor()
Getter for cppPayflowColor
|
String |
getLocaleCode()
Getter for localeCode
|
String |
getPageStyle()
Getter for pageStyle
|
String |
getReqBillingAddress()
Getter for reqBillingAddress
|
String |
getReturnURL()
Getter for returnURL
|
void |
setBillingAgreementDetails(BillingAgreementDetailsType billingAgreementDetails)
Setter for billingAgreementDetails
|
void |
setBuyerEmail(String buyerEmail)
Setter for buyerEmail
|
void |
setCancelURL(String cancelURL)
Setter for cancelURL
|
void |
setCppHeaderBackColor(String cppHeaderBackColor)
Setter for cppHeaderBackColor
|
void |
setCppHeaderBorderColor(String cppHeaderBorderColor)
Setter for cppHeaderBorderColor
|
void |
setCppHeaderImage(String cppHeaderImage)
Setter for cppHeaderImage
|
void |
setCppPayflowColor(String cppPayflowColor)
Setter for cppPayflowColor
|
void |
setLocaleCode(String localeCode)
Setter for localeCode
|
void |
setPageStyle(String pageStyle)
Setter for pageStyle
|
void |
setReqBillingAddress(String reqBillingAddress)
Setter for reqBillingAddress
|
void |
setReturnURL(String returnURL)
Setter for returnURL
|
String |
toXMLString(String prefix,
String name) |
public SetCustomerBillingAgreementRequestDetailsType(BillingAgreementDetailsType billingAgreementDetails, String returnURL, String cancelURL)
public SetCustomerBillingAgreementRequestDetailsType()
public BillingAgreementDetailsType getBillingAgreementDetails()
public void setBillingAgreementDetails(BillingAgreementDetailsType billingAgreementDetails)
public String getReturnURL()
public void setReturnURL(String returnURL)
public String getCancelURL()
public void setCancelURL(String cancelURL)
public String getLocaleCode()
public void setLocaleCode(String localeCode)
public String getPageStyle()
public void setPageStyle(String pageStyle)
public String getCppHeaderImage()
public void setCppHeaderImage(String cppHeaderImage)
public String getCppHeaderBorderColor()
public void setCppHeaderBorderColor(String cppHeaderBorderColor)
public String getCppHeaderBackColor()
public void setCppHeaderBackColor(String cppHeaderBackColor)
public String getCppPayflowColor()
public void setCppPayflowColor(String cppPayflowColor)
public String getBuyerEmail()
public void setBuyerEmail(String buyerEmail)
public String getReqBillingAddress()
public void setReqBillingAddress(String reqBillingAddress)
Copyright © 2015. All Rights Reserved.