public class BillingAgreementDetailsType extends Object
| Constructor and Description |
|---|
BillingAgreementDetailsType()
Default Constructor
|
BillingAgreementDetailsType(BillingCodeType billingType)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBillingAgreementCustom()
Getter for billingAgreementCustom
|
String |
getBillingAgreementDescription()
Getter for billingAgreementDescription
|
BillingCodeType |
getBillingType()
Getter for billingType
|
MerchantPullPaymentCodeType |
getPaymentType()
Getter for paymentType
|
void |
setBillingAgreementCustom(String billingAgreementCustom)
Setter for billingAgreementCustom
|
void |
setBillingAgreementDescription(String billingAgreementDescription)
Setter for billingAgreementDescription
|
void |
setBillingType(BillingCodeType billingType)
Setter for billingType
|
void |
setPaymentType(MerchantPullPaymentCodeType paymentType)
Setter for paymentType
|
String |
toXMLString(String prefix,
String name) |
public BillingAgreementDetailsType(BillingCodeType billingType)
public BillingAgreementDetailsType()
public BillingCodeType getBillingType()
public void setBillingType(BillingCodeType billingType)
public String getBillingAgreementDescription()
public void setBillingAgreementDescription(String billingAgreementDescription)
public MerchantPullPaymentCodeType getPaymentType()
public void setPaymentType(MerchantPullPaymentCodeType paymentType)
public String getBillingAgreementCustom()
public void setBillingAgreementCustom(String billingAgreementCustom)
Copyright © 2017. All Rights Reserved.