public class BAUpdateResponseDetailsType extends Object
| Constructor and Description |
|---|
BAUpdateResponseDetailsType()
Default Constructor
|
BAUpdateResponseDetailsType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getBillingAddress()
Getter for billingAddress
|
String |
getBillingAgreementCustom()
Getter for billingAgreementCustom
|
String |
getBillingAgreementDescription()
Getter for billingAgreementDescription
|
String |
getBillingAgreementID()
Getter for billingAgreementID
|
BasicAmountType |
getBillingAgreementMax()
Getter for billingAgreementMax
|
MerchantPullStatusCodeType |
getBillingAgreementStatus()
Getter for billingAgreementStatus
|
PayerInfoType |
getPayerInfo()
Getter for payerInfo
|
void |
setBillingAddress(AddressType billingAddress)
Setter for billingAddress
|
void |
setBillingAgreementCustom(String billingAgreementCustom)
Setter for billingAgreementCustom
|
void |
setBillingAgreementDescription(String billingAgreementDescription)
Setter for billingAgreementDescription
|
void |
setBillingAgreementID(String billingAgreementID)
Setter for billingAgreementID
|
void |
setBillingAgreementMax(BasicAmountType billingAgreementMax)
Setter for billingAgreementMax
|
void |
setBillingAgreementStatus(MerchantPullStatusCodeType billingAgreementStatus)
Setter for billingAgreementStatus
|
void |
setPayerInfo(PayerInfoType payerInfo)
Setter for payerInfo
|
public BAUpdateResponseDetailsType()
public BAUpdateResponseDetailsType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getBillingAgreementID()
public void setBillingAgreementID(String billingAgreementID)
public String getBillingAgreementDescription()
public void setBillingAgreementDescription(String billingAgreementDescription)
public MerchantPullStatusCodeType getBillingAgreementStatus()
public void setBillingAgreementStatus(MerchantPullStatusCodeType billingAgreementStatus)
public String getBillingAgreementCustom()
public void setBillingAgreementCustom(String billingAgreementCustom)
public PayerInfoType getPayerInfo()
public void setPayerInfo(PayerInfoType payerInfo)
public BasicAmountType getBillingAgreementMax()
public void setBillingAgreementMax(BasicAmountType billingAgreementMax)
public AddressType getBillingAddress()
public void setBillingAddress(AddressType billingAddress)
Copyright © 2017. All Rights Reserved.