| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.relationships_2010_2.JobCreditCards |
Java class for JobCreditCards complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobCreditCards">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ccNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ccExpireDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ccName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="paymentMethod" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="ccMemo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ccDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="debitCardIssueNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ccDefault | |||||||||||
| ccExpireDate | |||||||||||
| ccMemo | |||||||||||
| ccName | |||||||||||
| ccNumber | |||||||||||
| debitCardIssueNo | |||||||||||
| internalId | |||||||||||
| paymentMethod | |||||||||||
| validFrom | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the ccExpireDate property.
| |||||||||||
Gets the value of the ccMemo property.
| |||||||||||
Gets the value of the ccName property.
| |||||||||||
Gets the value of the ccNumber property.
| |||||||||||
Gets the value of the debitCardIssueNo property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the paymentMethod property.
| |||||||||||
Gets the value of the validFrom property.
| |||||||||||
Gets the value of the ccDefault property.
| |||||||||||
Sets the value of the ccDefault property.
| |||||||||||
Sets the value of the ccExpireDate property.
| |||||||||||
Sets the value of the ccMemo property.
| |||||||||||
Sets the value of the ccName property.
| |||||||||||
Sets the value of the ccNumber property.
| |||||||||||
Sets the value of the debitCardIssueNo property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the paymentMethod property.
| |||||||||||
Sets the value of the validFrom property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the ccExpireDate property.
Gets the value of the ccMemo property.
Gets the value of the ccName property.
Gets the value of the ccNumber property.
Gets the value of the debitCardIssueNo property.
Gets the value of the internalId property.
Gets the value of the paymentMethod property.
RecordRef
Gets the value of the validFrom property.
Gets the value of the ccDefault property.
Sets the value of the ccDefault property.
| value | Allowed object is Boolean |
|---|
Sets the value of the ccExpireDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the ccMemo property.
| value | Allowed object is String |
|---|
Sets the value of the ccName property.
| value | Allowed object is String |
|---|
Sets the value of the ccNumber property.
| value | Allowed object is String |
|---|
Sets the value of the debitCardIssueNo property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the paymentMethod property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the validFrom property.
| value | Allowed object is XMLGregorianCalendar |
|---|