public class

CashPayment

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CashPayment

Class Overview

Holds information about a payment received in cash

Java class for CashPayment complex type.

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

 <complexType name="CashPayment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String desc
Public Constructors
CashPayment()
Public Methods
String getDesc()
Gets the value of the desc property.
void setDesc(String value)
Sets the value of the desc property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String desc

Public Constructors

public CashPayment ()

Public Methods

public String getDesc ()

Gets the value of the desc property.

Returns
  • possible object is String

public void setDesc (String value)

Sets the value of the desc property.

Parameters
value Allowed object is String