Class: GatewayTxs

payments.GatewayTxs()

new GatewayTxs()

Source:

Methods

(static) GatewayTxs#getAdjustAmount() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) GatewayTxs#getAmount() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) GatewayTxs#getAuthcode() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getCaptured() → {Boolean|Null}

Get the field value
Source:
Returns:
Type
Boolean | Null

(static) GatewayTxs#getCardType() → {payments.CardType}

Get the field value
Source:
Returns:
Type
payments.CardType

(static) GatewayTxs#getClientId() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getCreatedTime() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) GatewayTxs#getCreditUuid() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getCurrency() → {payments.Currency}

Get the field value
Source:
Returns:
Type
payments.Currency

(static) GatewayTxs#getEmployeeId() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getEntryType() → {payments.CardEntryType}

Get the field value
Source:
Returns:
Type
payments.CardEntryType

(static) GatewayTxs#getExtra() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getExtraGatewayInfo() → {Object.<String, String>}

Get the field value
Source:
Returns:
A map of to <>
Type
Object.<String, String>

(static) GatewayTxs#getFirst4() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getKsnPrefix() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getLast4() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getMerchantGatewayId() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) GatewayTxs#getModifiedTime() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) GatewayTxs#getPaymentDeviceId() → {Number|Null}

Get the field value
Source:
Returns:
must be a long integer,
Type
Number | Null

(static) GatewayTxs#getPaymentRefundId() → {Number|Null}

Get the field value
Source:
Returns:
must be a long integer,
Type
Number | Null

(static) GatewayTxs#getPaymentUuid() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getRefnum() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getRefundDeviceId() → {Number|Null}

Get the field value
Source:
Returns:
must be a long integer,
Type
Number | Null

(static) GatewayTxs#getRefundId() → {Number|Null}

Get the field value
Source:
Returns:
must be a long integer,
Type
Number | Null

(static) GatewayTxs#getRefundTaxAmount() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) GatewayTxs#getRefundUuid() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getResponseCode() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getResponseMessage() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getRetries() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) GatewayTxs#getState() → {payments.GatewayTxState}

Get the field value
Source:
Returns:
Type
payments.GatewayTxState

(static) GatewayTxs#getSwiperSerial() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getTaxAmount() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) GatewayTxs#getTipAmount() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) GatewayTxs#getToken() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GatewayTxs#getType() → {payments.GatewayTxType}

Get the field value
Source:
Returns:
Type
payments.GatewayTxType

(static) GatewayTxs#setAdjustAmount(adjustAmount)

Set the field value
Parameters:
Name Type Description
adjustAmount Number must be a long integer
Source:

(static) GatewayTxs#setAmount(amount)

Set the field value
Parameters:
Name Type Description
amount Number must be a long integer
Source:

(static) GatewayTxs#setAuthcode(authcode)

Set the field value
Parameters:
Name Type Description
authcode String
Source:

(static) GatewayTxs#setCaptured(captured)

Set the field value
Parameters:
Name Type Description
captured Boolean | Null
Source:

(static) GatewayTxs#setCardType(cardType)

Set the field value
Parameters:
Name Type Description
cardType payments.CardType
Source:

(static) GatewayTxs#setClientId(clientId)

Set the field value
Parameters:
Name Type Description
clientId String
Source:

(static) GatewayTxs#setCreatedTime(createdTime)

Set the field value
Parameters:
Name Type Description
createdTime Number must be a long integer
Source:

(static) GatewayTxs#setCreditUuid(creditUuid)

Set the field value
Parameters:
Name Type Description
creditUuid String
Source:

(static) GatewayTxs#setCurrency(currency)

Set the field value
Parameters:
Name Type Description
currency payments.Currency
Source:

(static) GatewayTxs#setEmployeeId(employeeId)

Set the field value
Parameters:
Name Type Description
employeeId String
Source:

(static) GatewayTxs#setEntryType(entryType)

Set the field value
Parameters:
Name Type Description
entryType payments.CardEntryType
Source:

(static) GatewayTxs#setExtra(extra)

Set the field value
Parameters:
Name Type Description
extra String
Source:

(static) GatewayTxs#setExtraGatewayInfo(extraGatewayInfo)

Set the field value
Parameters:
Name Type Description
extraGatewayInfo Object.<String, String> A map of to <>
Source:

(static) GatewayTxs#setFirst4(first4)

Set the field value
Parameters:
Name Type Description
first4 String
Source:

(static) GatewayTxs#setKsnPrefix(ksnPrefix)

Set the field value
Parameters:
Name Type Description
ksnPrefix String
Source:

(static) GatewayTxs#setLast4(last4)

Set the field value
Parameters:
Name Type Description
last4 String
Source:

(static) GatewayTxs#setMerchantGatewayId(merchantGatewayId)

Set the field value
Parameters:
Name Type Description
merchantGatewayId Number must be a long integer
Source:

(static) GatewayTxs#setModifiedTime(modifiedTime)

Set the field value
Parameters:
Name Type Description
modifiedTime Number must be a long integer
Source:

(static) GatewayTxs#setPaymentDeviceId(paymentDeviceId)

Set the field value
Parameters:
Name Type Description
paymentDeviceId Number | Null must be a long integer,
Source:

(static) GatewayTxs#setPaymentRefundId(paymentRefundId)

Set the field value
Parameters:
Name Type Description
paymentRefundId Number | Null must be a long integer,
Source:

(static) GatewayTxs#setPaymentUuid(paymentUuid)

Set the field value
Parameters:
Name Type Description
paymentUuid String
Source:

(static) GatewayTxs#setRefnum(refnum)

Set the field value
Parameters:
Name Type Description
refnum String
Source:

(static) GatewayTxs#setRefundDeviceId(refundDeviceId)

Set the field value
Parameters:
Name Type Description
refundDeviceId Number | Null must be a long integer,
Source:

(static) GatewayTxs#setRefundId(refundId)

Set the field value
Parameters:
Name Type Description
refundId Number | Null must be a long integer,
Source:

(static) GatewayTxs#setRefundTaxAmount(refundTaxAmount)

Set the field value
Parameters:
Name Type Description
refundTaxAmount Number must be a long integer
Source:

(static) GatewayTxs#setRefundUuid(refundUuid)

Set the field value
Parameters:
Name Type Description
refundUuid String
Source:

(static) GatewayTxs#setResponseCode(responseCode)

Set the field value
Parameters:
Name Type Description
responseCode String
Source:

(static) GatewayTxs#setResponseMessage(responseMessage)

Set the field value
Parameters:
Name Type Description
responseMessage String
Source:

(static) GatewayTxs#setRetries(retries)

Set the field value
Parameters:
Name Type Description
retries Number must be a long integer
Source:

(static) GatewayTxs#setState(state)

Set the field value
Parameters:
Name Type Description
state payments.GatewayTxState
Source:

(static) GatewayTxs#setSwiperSerial(swiperSerial)

Set the field value
Parameters:
Name Type Description
swiperSerial String
Source:

(static) GatewayTxs#setTaxAmount(taxAmount)

Set the field value
Parameters:
Name Type Description
taxAmount Number must be a long integer
Source:

(static) GatewayTxs#setTipAmount(tipAmount)

Set the field value
Parameters:
Name Type Description
tipAmount Number must be a long integer
Source:

(static) GatewayTxs#setToken(token)

Set the field value
Parameters:
Name Type Description
token String
Source:

(static) GatewayTxs#setType(type)

Set the field value
Parameters:
Name Type Description
type payments.GatewayTxType
Source: