public class

BillingAgreementDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.BillingAgreementDetailsType

Class Overview

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>
 

Summary

Fields
protected String billingAgreementCustom
protected String billingAgreementDescription
protected BillingCodeType billingType
protected MerchantPullPaymentCodeType paymentType
Public Constructors
BillingAgreementDetailsType()
Public Methods
String getBillingAgreementCustom()
Gets the value of the billingAgreementCustom property.
String getBillingAgreementDescription()
Gets the value of the billingAgreementDescription property.
BillingCodeType getBillingType()
Gets the value of the billingType property.
MerchantPullPaymentCodeType getPaymentType()
Gets the value of the paymentType property.
void setBillingAgreementCustom(String value)
Sets the value of the billingAgreementCustom property.
void setBillingAgreementDescription(String value)
Sets the value of the billingAgreementDescription property.
void setBillingType(BillingCodeType value)
Sets the value of the billingType property.
void setPaymentType(MerchantPullPaymentCodeType value)
Sets the value of the paymentType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String billingAgreementCustom

protected String billingAgreementDescription

protected BillingCodeType billingType

protected MerchantPullPaymentCodeType paymentType

Public Constructors

public BillingAgreementDetailsType ()

Public Methods

public String getBillingAgreementCustom ()

Gets the value of the billingAgreementCustom property.

Returns
  • possible object is String

public String getBillingAgreementDescription ()

Gets the value of the billingAgreementDescription property.

Returns
  • possible object is String

public BillingCodeType getBillingType ()

Gets the value of the billingType property.

Returns

public MerchantPullPaymentCodeType getPaymentType ()

Gets the value of the paymentType property.

Returns

public void setBillingAgreementCustom (String value)

Sets the value of the billingAgreementCustom property.

Parameters
value Allowed object is String

public void setBillingAgreementDescription (String value)

Sets the value of the billingAgreementDescription property.

Parameters
value Allowed object is String

public void setBillingType (BillingCodeType value)

Sets the value of the billingType property.

Parameters
value Allowed object is BillingCodeType

public void setPaymentType (MerchantPullPaymentCodeType value)

Sets the value of the paymentType property.

Parameters
value Allowed object is MerchantPullPaymentCodeType