urn.ebay.apis.eBLBaseComponents
Class BillingAgreementDetailsType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.BillingAgreementDetailsType

public class BillingAgreementDetailsType
extends Object


Constructor Summary
BillingAgreementDetailsType()
          Default Constructor
BillingAgreementDetailsType(BillingCodeType billingType)
          Constructor with arguments
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BillingAgreementDetailsType

public BillingAgreementDetailsType(BillingCodeType billingType)
Constructor with arguments


BillingAgreementDetailsType

public BillingAgreementDetailsType()
Default Constructor

Method Detail

getBillingType

public BillingCodeType getBillingType()
Getter for billingType


setBillingType

public void setBillingType(BillingCodeType billingType)
Setter for billingType


getBillingAgreementDescription

public String getBillingAgreementDescription()
Getter for billingAgreementDescription


setBillingAgreementDescription

public void setBillingAgreementDescription(String billingAgreementDescription)
Setter for billingAgreementDescription


getPaymentType

public MerchantPullPaymentCodeType getPaymentType()
Getter for paymentType


setPaymentType

public void setPaymentType(MerchantPullPaymentCodeType paymentType)
Setter for paymentType


getBillingAgreementCustom

public String getBillingAgreementCustom()
Getter for billingAgreementCustom


setBillingAgreementCustom

public void setBillingAgreementCustom(String billingAgreementCustom)
Setter for billingAgreementCustom


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.