urn.ebay.apis.eBLBaseComponents
Class BillingApprovalDetailsType

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

public class BillingApprovalDetailsType
extends Object

The Type of Approval requested - Billing Agreement or Profile


Constructor Summary
BillingApprovalDetailsType()
          Default Constructor
BillingApprovalDetailsType(ApprovalTypeType approvalType)
          Constructor with arguments
 
Method Summary
 ApprovalSubTypeType getApprovalSubType()
          Getter for approvalSubType
 ApprovalTypeType getApprovalType()
          Getter for approvalType
 String getCustom()
          Getter for custom
 OrderDetailsType getOrderDetails()
          Getter for orderDetails
 PaymentDirectivesType getPaymentDirectives()
          Getter for paymentDirectives
 void setApprovalSubType(ApprovalSubTypeType approvalSubType)
          Setter for approvalSubType
 void setApprovalType(ApprovalTypeType approvalType)
          Setter for approvalType
 void setCustom(String custom)
          Setter for custom
 void setOrderDetails(OrderDetailsType orderDetails)
          Setter for orderDetails
 void setPaymentDirectives(PaymentDirectivesType paymentDirectives)
          Setter for paymentDirectives
 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

BillingApprovalDetailsType

public BillingApprovalDetailsType(ApprovalTypeType approvalType)
Constructor with arguments


BillingApprovalDetailsType

public BillingApprovalDetailsType()
Default Constructor

Method Detail

getApprovalType

public ApprovalTypeType getApprovalType()
Getter for approvalType


setApprovalType

public void setApprovalType(ApprovalTypeType approvalType)
Setter for approvalType


getApprovalSubType

public ApprovalSubTypeType getApprovalSubType()
Getter for approvalSubType


setApprovalSubType

public void setApprovalSubType(ApprovalSubTypeType approvalSubType)
Setter for approvalSubType


getOrderDetails

public OrderDetailsType getOrderDetails()
Getter for orderDetails


setOrderDetails

public void setOrderDetails(OrderDetailsType orderDetails)
Setter for orderDetails


getPaymentDirectives

public PaymentDirectivesType getPaymentDirectives()
Getter for paymentDirectives


setPaymentDirectives

public void setPaymentDirectives(PaymentDirectivesType paymentDirectives)
Setter for paymentDirectives


getCustom

public String getCustom()
Getter for custom


setCustom

public void setCustom(String custom)
Setter for custom


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.