public class

SalesReceiptHeader

extends HeaderSales
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.HeaderBase
     ↳ org.mule.modules.quickbooks.online.schema.HeaderSales
       ↳ org.mule.modules.quickbooks.online.schema.SalesReceiptHeader

Class Overview

Provides information that pertains to the entire Sales Receipt

Java class for SalesReceiptHeader complex type.

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

 <complexType name="SalesReceiptHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderSales">
       <sequence>
         <element name="ShipAddr" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ShipMethodReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}DepositToAccountReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}PaymentMethodReferenceGroup" minOccurs="0"/>
         <element name="Detail" type="{http://www.intuit.com/sb/cdm/v2}PaymentDetail" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}QboDiscountGroup" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdType depositToAccountId
protected String depositToAccountName
protected PaymentDetail detail
protected IdType discountAccountId
protected String discountAccountName
protected BigDecimal discountAmt
protected BigDecimal discountRate
protected Boolean discountTaxable
protected IdType paymentMethodId
protected String paymentMethodName
protected PhysicalAddress shipAddr
protected IdType shipMethodId
protected String shipMethodName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.HeaderSales
From class org.mule.modules.quickbooks.online.schema.HeaderBase
Public Constructors
SalesReceiptHeader()
Public Methods
IdType getDepositToAccountId()
Gets the value of the depositToAccountId property.
String getDepositToAccountName()
Gets the value of the depositToAccountName property.
PaymentDetail getDetail()
Gets the value of the detail property.
IdType getDiscountAccountId()
Gets the value of the discountAccountId property.
String getDiscountAccountName()
Gets the value of the discountAccountName property.
BigDecimal getDiscountAmt()
Gets the value of the discountAmt property.
BigDecimal getDiscountRate()
Gets the value of the discountRate property.
IdType getPaymentMethodId()
Gets the value of the paymentMethodId property.
String getPaymentMethodName()
Gets the value of the paymentMethodName property.
PhysicalAddress getShipAddr()
Gets the value of the shipAddr property.
IdType getShipMethodId()
Gets the value of the shipMethodId property.
String getShipMethodName()
Gets the value of the shipMethodName property.
Boolean isDiscountTaxable()
Gets the value of the discountTaxable property.
void setDepositToAccountId(IdType value)
Sets the value of the depositToAccountId property.
void setDepositToAccountName(String value)
Sets the value of the depositToAccountName property.
void setDetail(PaymentDetail value)
Sets the value of the detail property.
void setDiscountAccountId(IdType value)
Sets the value of the discountAccountId property.
void setDiscountAccountName(String value)
Sets the value of the discountAccountName property.
void setDiscountAmt(BigDecimal value)
Sets the value of the discountAmt property.
void setDiscountRate(BigDecimal value)
Sets the value of the discountRate property.
void setDiscountTaxable(Boolean value)
Sets the value of the discountTaxable property.
void setPaymentMethodId(IdType value)
Sets the value of the paymentMethodId property.
void setPaymentMethodName(String value)
Sets the value of the paymentMethodName property.
void setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
void setShipMethodId(IdType value)
Sets the value of the shipMethodId property.
void setShipMethodName(String value)
Sets the value of the shipMethodName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.HeaderSales
From class org.mule.modules.quickbooks.online.schema.HeaderBase
From class java.lang.Object

Fields

protected IdType depositToAccountId

protected String depositToAccountName

protected PaymentDetail detail

protected IdType discountAccountId

protected String discountAccountName

protected BigDecimal discountAmt

protected BigDecimal discountRate

protected Boolean discountTaxable

protected IdType paymentMethodId

protected String paymentMethodName

protected PhysicalAddress shipAddr

protected IdType shipMethodId

protected String shipMethodName

Public Constructors

public SalesReceiptHeader ()

Public Methods

public IdType getDepositToAccountId ()

Gets the value of the depositToAccountId property.

Returns

public String getDepositToAccountName ()

Gets the value of the depositToAccountName property.

Returns
  • possible object is String

public PaymentDetail getDetail ()

Gets the value of the detail property.

Returns

public IdType getDiscountAccountId ()

Gets the value of the discountAccountId property.

Returns

public String getDiscountAccountName ()

Gets the value of the discountAccountName property.

Returns
  • possible object is String

public BigDecimal getDiscountAmt ()

Gets the value of the discountAmt property.

Returns
  • possible object is BigDecimal

public BigDecimal getDiscountRate ()

Gets the value of the discountRate property.

Returns
  • possible object is BigDecimal

public IdType getPaymentMethodId ()

Gets the value of the paymentMethodId property.

Returns

public String getPaymentMethodName ()

Gets the value of the paymentMethodName property.

Returns
  • possible object is String

public PhysicalAddress getShipAddr ()

Gets the value of the shipAddr property.

Returns

public IdType getShipMethodId ()

Gets the value of the shipMethodId property.

Returns

public String getShipMethodName ()

Gets the value of the shipMethodName property.

Returns
  • possible object is String

public Boolean isDiscountTaxable ()

Gets the value of the discountTaxable property.

Returns
  • possible object is Boolean

public void setDepositToAccountId (IdType value)

Sets the value of the depositToAccountId property.

Parameters
value Allowed object is IdType

public void setDepositToAccountName (String value)

Sets the value of the depositToAccountName property.

Parameters
value Allowed object is String

public void setDetail (PaymentDetail value)

Sets the value of the detail property.

Parameters
value Allowed object is PaymentDetail

public void setDiscountAccountId (IdType value)

Sets the value of the discountAccountId property.

Parameters
value Allowed object is IdType

public void setDiscountAccountName (String value)

Sets the value of the discountAccountName property.

Parameters
value Allowed object is String

public void setDiscountAmt (BigDecimal value)

Sets the value of the discountAmt property.

Parameters
value Allowed object is BigDecimal

public void setDiscountRate (BigDecimal value)

Sets the value of the discountRate property.

Parameters
value Allowed object is BigDecimal

public void setDiscountTaxable (Boolean value)

Sets the value of the discountTaxable property.

Parameters
value Allowed object is Boolean

public void setPaymentMethodId (IdType value)

Sets the value of the paymentMethodId property.

Parameters
value Allowed object is IdType

public void setPaymentMethodName (String value)

Sets the value of the paymentMethodName property.

Parameters
value Allowed object is String

public void setShipAddr (PhysicalAddress value)

Sets the value of the shipAddr property.

Parameters
value Allowed object is PhysicalAddress

public void setShipMethodId (IdType value)

Sets the value of the shipMethodId property.

Parameters
value Allowed object is IdType

public void setShipMethodName (String value)

Sets the value of the shipMethodName property.

Parameters
value Allowed object is String