Class: GiftCardResponse

payments.GiftCardResponse()

new GiftCardResponse()

Source:

Methods

(static) GiftCardResponse#getAccountNumber() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GiftCardResponse#getAuthCode() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GiftCardResponse#getBegBal() → {Null|Number}

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

(static) GiftCardResponse#getEndBal() → {Null|Number}

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

(static) GiftCardResponse#getGiftCardTxUuid() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GiftCardResponse#getHoldBal() → {Null|Number}

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

(static) GiftCardResponse#getPayment() → {payments.Payment}

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

(static) GiftCardResponse#getReferenceUuid() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GiftCardResponse#getRequestAmount() → {Number}

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

(static) GiftCardResponse#getRequestSuccessful() → {Boolean}

Get the field value
Source:
Returns:
Type
Boolean

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

Get the field value
Source:
Returns:
Type
String

(static) GiftCardResponse#getScv() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GiftCardResponse#getState() → {payments.GiftCardState}

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

(static) GiftCardResponse#getSyncPaymentObject() → {Boolean}

Get the field value
Source:
Returns:
Type
Boolean

(static) GiftCardResponse#getTransactionId() → {String}

Get the field value
Source:
Returns:
Type
String

(static) GiftCardResponse#getTxType() → {payments.TxType}

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

(static) GiftCardResponse#setAccountNumber(accountNumber)

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

(static) GiftCardResponse#setAuthCode(authCode)

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

(static) GiftCardResponse#setBegBal(begBal)

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

(static) GiftCardResponse#setEndBal(endBal)

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

(static) GiftCardResponse#setGiftCardTxUuid(giftCardTxUuid)

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

(static) GiftCardResponse#setHoldBal(holdBal)

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

(static) GiftCardResponse#setPayment(payment)

Set the field value
Parameters:
Name Type Description
payment payments.Payment
Source:

(static) GiftCardResponse#setReferenceUuid(referenceUuid)

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

(static) GiftCardResponse#setRequestAmount(requestAmount)

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

(static) GiftCardResponse#setRequestSuccessful(requestSuccessful)

Set the field value
Parameters:
Name Type Description
requestSuccessful Boolean
Source:

(static) GiftCardResponse#setResponseMessage(responseMessage)

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

(static) GiftCardResponse#setScv(scv)

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

(static) GiftCardResponse#setState(state)

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

(static) GiftCardResponse#setSyncPaymentObject(syncPaymentObject)

Set the field value
Parameters:
Name Type Description
syncPaymentObject Boolean
Source:

(static) GiftCardResponse#setTransactionId(transactionId)

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

(static) GiftCardResponse#setTxType(txType)

Set the field value
Parameters:
Name Type Description
txType payments.TxType
Source: