| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.Record | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.PaymentMethod | |
Java class for PaymentMethod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentMethod">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="creditCard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="undepFunds" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="account" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isOnline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isDebitCard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="merchantAccountsList" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
<element name="payPalEmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="expressCheckoutArrangement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="useExpressCheckout" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account | |||||||||||
| creditCard | |||||||||||
| expressCheckoutArrangement | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| isDebitCard | |||||||||||
| isInactive | |||||||||||
| isOnline | |||||||||||
| merchantAccountsList | |||||||||||
| name | |||||||||||
| payPalEmailAddress | |||||||||||
| undepFunds | |||||||||||
| useExpressCheckout | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the account property.
| |||||||||||
Gets the value of the expressCheckoutArrangement property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the merchantAccountsList property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the payPalEmailAddress property.
| |||||||||||
Gets the value of the creditCard property.
| |||||||||||
Gets the value of the isDebitCard property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Gets the value of the isOnline property.
| |||||||||||
Gets the value of the undepFunds property.
| |||||||||||
Gets the value of the useExpressCheckout property.
| |||||||||||
Sets the value of the account property.
| |||||||||||
Sets the value of the creditCard property.
| |||||||||||
Sets the value of the expressCheckoutArrangement property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the isDebitCard property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the isOnline property.
| |||||||||||
Sets the value of the merchantAccountsList property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the payPalEmailAddress property.
| |||||||||||
Sets the value of the undepFunds property.
| |||||||||||
Sets the value of the useExpressCheckout property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the account property.
RecordRef
Gets the value of the expressCheckoutArrangement property.
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the merchantAccountsList property.
RecordRefList
Gets the value of the name property.
Gets the value of the payPalEmailAddress property.
Gets the value of the creditCard property.
Gets the value of the isDebitCard property.
Gets the value of the isInactive property.
Gets the value of the isOnline property.
Gets the value of the undepFunds property.
Gets the value of the useExpressCheckout property.
Sets the value of the account property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the creditCard property.
| value | Allowed object is Boolean |
|---|
Sets the value of the expressCheckoutArrangement property.
| value | Allowed object is String |
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the isDebitCard property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isInactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isOnline property.
| value | Allowed object is Boolean |
|---|
Sets the value of the merchantAccountsList property.
| value | Allowed object is
RecordRefList
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the payPalEmailAddress property.
| value | Allowed object is String |
|---|
Sets the value of the undepFunds property.
| value | Allowed object is Boolean |
|---|
Sets the value of the useExpressCheckout property.
| value | Allowed object is Boolean |
|---|