public class

PaymentMethod

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2010_2.PaymentMethod

Class Overview

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>
 

Summary

Fields
protected RecordRef account
protected Boolean creditCard
protected String expressCheckoutArrangement
protected String externalId
protected String internalId
protected Boolean isDebitCard
protected Boolean isInactive
protected Boolean isOnline
protected RecordRefList merchantAccountsList
protected String name
protected String payPalEmailAddress
protected Boolean undepFunds
protected Boolean useExpressCheckout
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
PaymentMethod()
Public Methods
RecordRef getAccount()
Gets the value of the account property.
String getExpressCheckoutArrangement()
Gets the value of the expressCheckoutArrangement property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
RecordRefList getMerchantAccountsList()
Gets the value of the merchantAccountsList property.
String getName()
Gets the value of the name property.
String getPayPalEmailAddress()
Gets the value of the payPalEmailAddress property.
Boolean isCreditCard()
Gets the value of the creditCard property.
Boolean isIsDebitCard()
Gets the value of the isDebitCard property.
Boolean isIsInactive()
Gets the value of the isInactive property.
Boolean isIsOnline()
Gets the value of the isOnline property.
Boolean isUndepFunds()
Gets the value of the undepFunds property.
Boolean isUseExpressCheckout()
Gets the value of the useExpressCheckout property.
void setAccount(RecordRef value)
Sets the value of the account property.
void setCreditCard(Boolean value)
Sets the value of the creditCard property.
void setExpressCheckoutArrangement(String value)
Sets the value of the expressCheckoutArrangement property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsDebitCard(Boolean value)
Sets the value of the isDebitCard property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setIsOnline(Boolean value)
Sets the value of the isOnline property.
void setMerchantAccountsList(RecordRefList value)
Sets the value of the merchantAccountsList property.
void setName(String value)
Sets the value of the name property.
void setPayPalEmailAddress(String value)
Sets the value of the payPalEmailAddress property.
void setUndepFunds(Boolean value)
Sets the value of the undepFunds property.
void setUseExpressCheckout(Boolean value)
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

Fields

protected RecordRef account

protected Boolean creditCard

protected String expressCheckoutArrangement

protected String externalId

protected String internalId

protected Boolean isDebitCard

protected Boolean isInactive

protected Boolean isOnline

protected RecordRefList merchantAccountsList

protected String name

protected String payPalEmailAddress

protected Boolean undepFunds

protected Boolean useExpressCheckout

Public Constructors

public PaymentMethod ()

Public Methods

public RecordRef getAccount ()

Gets the value of the account property.

Returns

public String getExpressCheckoutArrangement ()

Gets the value of the expressCheckoutArrangement property.

Returns
  • possible object is String

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRefList getMerchantAccountsList ()

Gets the value of the merchantAccountsList property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getPayPalEmailAddress ()

Gets the value of the payPalEmailAddress property.

Returns
  • possible object is String

public Boolean isCreditCard ()

Gets the value of the creditCard property.

Returns
  • possible object is Boolean

public Boolean isIsDebitCard ()

Gets the value of the isDebitCard property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public Boolean isIsOnline ()

Gets the value of the isOnline property.

Returns
  • possible object is Boolean

public Boolean isUndepFunds ()

Gets the value of the undepFunds property.

Returns
  • possible object is Boolean

public Boolean isUseExpressCheckout ()

Gets the value of the useExpressCheckout property.

Returns
  • possible object is Boolean

public void setAccount (RecordRef value)

Sets the value of the account property.

Parameters
value Allowed object is RecordRef

public void setCreditCard (Boolean value)

Sets the value of the creditCard property.

Parameters
value Allowed object is Boolean

public void setExpressCheckoutArrangement (String value)

Sets the value of the expressCheckoutArrangement property.

Parameters
value Allowed object is String

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsDebitCard (Boolean value)

Sets the value of the isDebitCard property.

Parameters
value Allowed object is Boolean

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setIsOnline (Boolean value)

Sets the value of the isOnline property.

Parameters
value Allowed object is Boolean

public void setMerchantAccountsList (RecordRefList value)

Sets the value of the merchantAccountsList property.

Parameters
value Allowed object is RecordRefList

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setPayPalEmailAddress (String value)

Sets the value of the payPalEmailAddress property.

Parameters
value Allowed object is String

public void setUndepFunds (Boolean value)

Sets the value of the undepFunds property.

Parameters
value Allowed object is Boolean

public void setUseExpressCheckout (Boolean value)

Sets the value of the useExpressCheckout property.

Parameters
value Allowed object is Boolean