Class: CustomerPaymentCard

Model~CustomerPaymentCard(data) → {void}

CustomerPaymentCard data model.

Constructor

new CustomerPaymentCard(data) → {void}

CustomerPaymentCard Constructor.

CustomerPaymentCard Constructor.

Parameters:
Name Type Description
data Object
Source:
Returns:
Type
void

Methods

getAddress1() → {string}

Get addr1.

Get addr1.

Source:
Returns:
Type
string

getAddress2() → {string}

Get addr2.

Get addr2.

Source:
Returns:
Type
string

getCity() → {string}

Get city.

Get city.

Source:
Returns:
Type
string

getCountry() → {string}

Get cntry.

Get cntry.

Source:
Returns:
Type
string

getCustomerId() → {number}

Get cust_id.

Get cust_id.

Source:
Returns:
Type
number

getExpirationMonth() → {number}

Get exp_month.

Get exp_month.

Source:
Returns:
Type
number

getExpirationYear() → {number}

Get exp_year.

Get exp_year.

Source:
Returns:
Type
number

getFirstName() → {string}

Get fname.

Get fname.

Source:
Returns:
Type
string

getId() → {number}

Get id.

Get id.

Source:
Returns:
Type
number

getLastFour() → {string}

Get lastfour.

Get lastfour.

Source:
Returns:
Type
string

getLastName() → {string}

Get lname.

Get lname.

Source:
Returns:
Type
string

getLastUsed() → {string}

Get lastused.

Get lastused.

Source:
Returns:
Type
string

getMethodCode() → {string}

Get meth_code.

Get meth_code.

Source:
Returns:
Type
string

getModuleCode() → {string}

Get mod_code.

Get mod_code.

Source:
Returns:
Type
string

getReferenceCount() → {number}

Get refcount.

Get refcount.

Source:
Returns:
Type
number

getState() → {string}

Get state.

Get state.

Source:
Returns:
Type
string

getToken() → {string}

Get token.

Get token.

Source:
Returns:
Type
string

getType() → {string}

Get type.

Get type.

Source:
Returns:
Type
string

getTypeId() → {number}

Get type_id.

Get type_id.

Source:
Returns:
Type
number

getZip() → {string}

Get zip.

Get zip.

Source:
Returns:
Type
string