public class

BillPaymentCreditCardHeader

extends HeaderBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.HeaderBase
     ↳ org.mule.modules.quickbooks.windows.schema.BillPaymentCreditCardHeader

Class Overview

Product: QBW Description: Information that pertains to the entire BillPaymentCreditCard

Java class for BillPaymentCreditCardHeader complex type.

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

 <complexType name="BillPaymentCreditCardHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}EntityReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}APAccountReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}BillPaymentCreditCardGroup" minOccurs="0"/>
         <element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdType apAccountId
protected String apAccountName
protected IdType ccAccountId
protected String ccAccountName
protected CreditCardPayment ccDetail
protected IdType entityId
protected String entityName
protected EntityTypeEnum entityType
protected BigDecimal totalAmt
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Public Constructors
BillPaymentCreditCardHeader()
Public Methods
IdType getAPAccountId()
Gets the value of the apAccountId property.
String getAPAccountName()
Gets the value of the apAccountName property.
IdType getCCAccountId()
Gets the value of the ccAccountId property.
String getCCAccountName()
Gets the value of the ccAccountName property.
CreditCardPayment getCCDetail()
Gets the value of the ccDetail property.
IdType getEntityId()
Gets the value of the entityId property.
String getEntityName()
Gets the value of the entityName property.
EntityTypeEnum getEntityType()
Gets the value of the entityType property.
BigDecimal getTotalAmt()
Gets the value of the totalAmt property.
void setAPAccountId(IdType value)
Sets the value of the apAccountId property.
void setAPAccountName(String value)
Sets the value of the apAccountName property.
void setCCAccountId(IdType value)
Sets the value of the ccAccountId property.
void setCCAccountName(String value)
Sets the value of the ccAccountName property.
void setCCDetail(CreditCardPayment value)
Sets the value of the ccDetail property.
void setEntityId(IdType value)
Sets the value of the entityId property.
void setEntityName(String value)
Sets the value of the entityName property.
void setEntityType(EntityTypeEnum value)
Sets the value of the entityType property.
void setTotalAmt(BigDecimal value)
Sets the value of the totalAmt property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
From class java.lang.Object

Fields

protected IdType apAccountId

protected String apAccountName

protected IdType ccAccountId

protected String ccAccountName

protected CreditCardPayment ccDetail

protected IdType entityId

protected String entityName

protected EntityTypeEnum entityType

protected BigDecimal totalAmt

Public Constructors

public BillPaymentCreditCardHeader ()

Public Methods

public IdType getAPAccountId ()

Gets the value of the apAccountId property.

Returns

public String getAPAccountName ()

Gets the value of the apAccountName property.

Returns
  • possible object is String

public IdType getCCAccountId ()

Gets the value of the ccAccountId property.

Returns

public String getCCAccountName ()

Gets the value of the ccAccountName property.

Returns
  • possible object is String

public CreditCardPayment getCCDetail ()

Gets the value of the ccDetail property.

Returns

public IdType getEntityId ()

Gets the value of the entityId property.

Returns

public String getEntityName ()

Gets the value of the entityName property.

Returns
  • possible object is String

public EntityTypeEnum getEntityType ()

Gets the value of the entityType property.

Returns

public BigDecimal getTotalAmt ()

Gets the value of the totalAmt property.

Returns
  • possible object is BigDecimal

public void setAPAccountId (IdType value)

Sets the value of the apAccountId property.

Parameters
value Allowed object is IdType

public void setAPAccountName (String value)

Sets the value of the apAccountName property.

Parameters
value Allowed object is String

public void setCCAccountId (IdType value)

Sets the value of the ccAccountId property.

Parameters
value Allowed object is IdType

public void setCCAccountName (String value)

Sets the value of the ccAccountName property.

Parameters
value Allowed object is String

public void setCCDetail (CreditCardPayment value)

Sets the value of the ccDetail property.

Parameters
value Allowed object is CreditCardPayment

public void setEntityId (IdType value)

Sets the value of the entityId property.

Parameters
value Allowed object is IdType

public void setEntityName (String value)

Sets the value of the entityName property.

Parameters
value Allowed object is String

public void setEntityType (EntityTypeEnum value)

Sets the value of the entityType property.

Parameters
value Allowed object is EntityTypeEnum

public void setTotalAmt (BigDecimal value)

Sets the value of the totalAmt property.

Parameters
value Allowed object is BigDecimal