| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.PaymentDetail |
Details about a payment received, choosing and detailing a payment method (check,credit card, etc...)
Java class for PaymentDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Cash" type="{http://www.intuit.com/sb/cdm/v2}CashPayment" minOccurs="0"/>
<element name="CreditCard" type="{http://www.intuit.com/sb/cdm/v2}CreditCardPayment" minOccurs="0"/>
<element name="Check" type="{http://www.intuit.com/sb/cdm/v2}CheckPayment" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cash | |||||||||||
| check | |||||||||||
| creditCard | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cash property.
| |||||||||||
Gets the value of the check property.
| |||||||||||
Gets the value of the creditCard property.
| |||||||||||
Sets the value of the cash property.
| |||||||||||
Sets the value of the check property.
| |||||||||||
Sets the value of the creditCard property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cash property.
CashPayment
Gets the value of the check property.
CheckPayment
Gets the value of the creditCard property.
CreditCardPayment
Sets the value of the cash property.
| value | Allowed object is
CashPayment
|
|---|
Sets the value of the check property.
| value | Allowed object is
CheckPayment
|
|---|
Sets the value of the creditCard property.
| value | Allowed object is
CreditCardPayment
|
|---|