public class

BillPaymentCreditCard

extends CdmBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.BillPaymentCreditCard

Class Overview

Product: QBW Description: Financial transaction representing a Payment by credit card issued to pay one or more bills received from 3rd party (vendor) for purchased goods or services. Creates a BillPaymentCreditCard transaction, representing a payment by credit card against a bill issued for goods or services. If using with QuickBooks desktop versions, if you want to pay multiple bills, you must issue a separate request for each bill you want to pay. Also, if you are using more than one A/P account, make sure that the APAccount used in the BillPaymentCreditCard matches the APAccount that was used when the Bill was originally added. EndPoint: services.intuit.com Business Rules: None

Java class for BillPaymentCreditCard complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BillPaymentCreditCard">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="Header" type="{http://www.intuit.com/sb/cdm/v2}BillPaymentCreditCardHeader" minOccurs="0"/>
         <element name="Line" type="{http://www.intuit.com/sb/cdm/v2}BillPaymentLine" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BillPaymentCreditCardHeader header
protected List<BillPaymentLine> line
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
BillPaymentCreditCard()
Public Methods
BillPaymentCreditCardHeader getHeader()
Gets the value of the header property.
List<BillPaymentLine> getLine()
Gets the value of the line property.
void setHeader(BillPaymentCreditCardHeader value)
Sets the value of the header property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Fields

protected BillPaymentCreditCardHeader header

protected List<BillPaymentLine> line

Public Constructors

public BillPaymentCreditCard ()

Public Methods

public BillPaymentCreditCardHeader getHeader ()

Gets the value of the header property.

Returns

public List<BillPaymentLine> getLine ()

Gets the value of the line property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the line property.

For example, to add a new item, do as follows:

    getLine().add(newItem);
 

Objects of the following type(s) are allowed in the list BillPaymentLine

public void setHeader (BillPaymentCreditCardHeader value)

Sets the value of the header property.

Parameters
value Allowed object is BillPaymentCreditCardHeader