| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.BillingAgreementDetailsType |
Java class for BillingAgreementDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillingAgreementDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BillingType" type="{urn:ebay:apis:eBLBaseComponents}BillingCodeType"/>
<element name="BillingAgreementDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentType" type="{urn:ebay:apis:eBLBaseComponents}MerchantPullPaymentCodeType" minOccurs="0"/>
<element name="BillingAgreementCustom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billingAgreementCustom | |||||||||||
| billingAgreementDescription | |||||||||||
| billingType | |||||||||||
| paymentType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billingAgreementCustom property.
| |||||||||||
Gets the value of the billingAgreementDescription property.
| |||||||||||
Gets the value of the billingType property.
| |||||||||||
Gets the value of the paymentType property.
| |||||||||||
Sets the value of the billingAgreementCustom property.
| |||||||||||
Sets the value of the billingAgreementDescription property.
| |||||||||||
Sets the value of the billingType property.
| |||||||||||
Sets the value of the paymentType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the billingAgreementCustom property.
Gets the value of the billingAgreementDescription property.
Gets the value of the billingType property.
BillingCodeType
Gets the value of the paymentType property.
MerchantPullPaymentCodeType
Sets the value of the billingAgreementCustom property.
| value | Allowed object is String |
|---|
Sets the value of the billingAgreementDescription property.
| value | Allowed object is String |
|---|
Sets the value of the billingType property.
| value | Allowed object is
BillingCodeType
|
|---|
Sets the value of the paymentType property.
| value | Allowed object is
MerchantPullPaymentCodeType
|
|---|