public class

JobCreditCards

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2010_2.JobCreditCards

Class Overview

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>
 

Summary

Fields
protected Boolean ccDefault
protected XMLGregorianCalendar ccExpireDate
protected String ccMemo
protected String ccName
protected String ccNumber
protected String debitCardIssueNo
protected String internalId
protected RecordRef paymentMethod
protected XMLGregorianCalendar validFrom
Public Constructors
JobCreditCards()
Public Methods
XMLGregorianCalendar getCcExpireDate()
Gets the value of the ccExpireDate property.
String getCcMemo()
Gets the value of the ccMemo property.
String getCcName()
Gets the value of the ccName property.
String getCcNumber()
Gets the value of the ccNumber property.
String getDebitCardIssueNo()
Gets the value of the debitCardIssueNo property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getPaymentMethod()
Gets the value of the paymentMethod property.
XMLGregorianCalendar getValidFrom()
Gets the value of the validFrom property.
Boolean isCcDefault()
Gets the value of the ccDefault property.
void setCcDefault(Boolean value)
Sets the value of the ccDefault property.
void setCcExpireDate(XMLGregorianCalendar value)
Sets the value of the ccExpireDate property.
void setCcMemo(String value)
Sets the value of the ccMemo property.
void setCcName(String value)
Sets the value of the ccName property.
void setCcNumber(String value)
Sets the value of the ccNumber property.
void setDebitCardIssueNo(String value)
Sets the value of the debitCardIssueNo property.
void setInternalId(String value)
Sets the value of the internalId property.
void setPaymentMethod(RecordRef value)
Sets the value of the paymentMethod property.
void setValidFrom(XMLGregorianCalendar value)
Sets the value of the validFrom property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean ccDefault

protected XMLGregorianCalendar ccExpireDate

protected String ccMemo

protected String ccName

protected String ccNumber

protected String debitCardIssueNo

protected String internalId

protected RecordRef paymentMethod

protected XMLGregorianCalendar validFrom

Public Constructors

public JobCreditCards ()

Public Methods

public XMLGregorianCalendar getCcExpireDate ()

Gets the value of the ccExpireDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getCcMemo ()

Gets the value of the ccMemo property.

Returns
  • possible object is String

public String getCcName ()

Gets the value of the ccName property.

Returns
  • possible object is String

public String getCcNumber ()

Gets the value of the ccNumber property.

Returns
  • possible object is String

public String getDebitCardIssueNo ()

Gets the value of the debitCardIssueNo property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getPaymentMethod ()

Gets the value of the paymentMethod property.

Returns

public XMLGregorianCalendar getValidFrom ()

Gets the value of the validFrom property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean isCcDefault ()

Gets the value of the ccDefault property.

Returns
  • possible object is Boolean

public void setCcDefault (Boolean value)

Sets the value of the ccDefault property.

Parameters
value Allowed object is Boolean

public void setCcExpireDate (XMLGregorianCalendar value)

Sets the value of the ccExpireDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCcMemo (String value)

Sets the value of the ccMemo property.

Parameters
value Allowed object is String

public void setCcName (String value)

Sets the value of the ccName property.

Parameters
value Allowed object is String

public void setCcNumber (String value)

Sets the value of the ccNumber property.

Parameters
value Allowed object is String

public void setDebitCardIssueNo (String value)

Sets the value of the debitCardIssueNo 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 setPaymentMethod (RecordRef value)

Sets the value of the paymentMethod property.

Parameters
value Allowed object is RecordRef

public void setValidFrom (XMLGregorianCalendar value)

Sets the value of the validFrom property.

Parameters
value Allowed object is XMLGregorianCalendar