| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.PayrollTerminationInfo |
Provides the definition to hold all required information needed when canceling Payroll.
Java class for PayrollTerminationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PayrollTerminationInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CompanyId" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
<element name="TerminationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="PayrollSubscriptionTerminationReason" type="{http://www.intuit.com/sb/cdm/qbopayroll/v1}PayrollSubscriptionTerminationReasonEnum" minOccurs="0"/>
<element name="TerminationDetails" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReferralRating" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ReferralReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyId | |||||||||||
| payrollSubscriptionTerminationReason | |||||||||||
| referralRating | |||||||||||
| referralReason | |||||||||||
| terminationDate | |||||||||||
| terminationDetails | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyId property.
| |||||||||||
Gets the value of the payrollSubscriptionTerminationReason property.
| |||||||||||
Gets the value of the referralRating property.
| |||||||||||
Gets the value of the referralReason property.
| |||||||||||
Gets the value of the terminationDate property.
| |||||||||||
Gets the value of the terminationDetails property.
| |||||||||||
Sets the value of the companyId property.
| |||||||||||
Sets the value of the payrollSubscriptionTerminationReason property.
| |||||||||||
Sets the value of the referralRating property.
| |||||||||||
Sets the value of the referralReason property.
| |||||||||||
Sets the value of the terminationDate property.
| |||||||||||
Sets the value of the terminationDetails property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the companyId property.
IdType
Gets the value of the payrollSubscriptionTerminationReason property.
PayrollSubscriptionTerminationReasonEnum
Gets the value of the referralRating property.
Gets the value of the referralReason property.
Gets the value of the terminationDate property.
Gets the value of the terminationDetails property.
Sets the value of the companyId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the payrollSubscriptionTerminationReason property.
| value | Allowed object is
PayrollSubscriptionTerminationReasonEnum
|
|---|
Sets the value of the referralRating property.
| value | Allowed object is Integer |
|---|
Sets the value of the referralReason property.
| value | Allowed object is String |
|---|
Sets the value of the terminationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the terminationDetails property.
| value | Allowed object is String |
|---|