new GiftCard()
- Source:
Methods
(static) GiftCard#getCardNumber() → {String}
Get the field value
Embossed Card Number
- Source:
Returns:
- Type
- String
(static) GiftCard#getDeviceSerial() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) GiftCard#getIsManuallyEntered() → {Boolean}
Get the field value
Was Account Number Manually Entered
- Source:
Returns:
- Type
- Boolean
(static) GiftCard#getPromoCode() → {String}
Get the field value
Virtual Promo Code
- Source:
Returns:
- Type
- String
(static) GiftCard#getTrack2() → {String}
Get the field value
Track 2 Card Data
- Source:
Returns:
- Type
- String
(static) GiftCard#getVirtual() → {Boolean}
Get the field value
Is this a virtual gift card
- Source:
Returns:
- Type
- Boolean
(static) GiftCard#setCardNumber(cardNumber)
Set the field value
Embossed Card Number
Parameters:
Name | Type | Description |
---|---|---|
cardNumber |
String |
- Source:
(static) GiftCard#setDeviceSerial(deviceSerial)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
deviceSerial |
String |
- Source:
(static) GiftCard#setIsManuallyEntered(isManuallyEntered)
Set the field value
Was Account Number Manually Entered
Parameters:
Name | Type | Description |
---|---|---|
isManuallyEntered |
Boolean |
- Source:
(static) GiftCard#setPromoCode(promoCode)
Set the field value
Virtual Promo Code
Parameters:
Name | Type | Description |
---|---|---|
promoCode |
String |
- Source:
(static) GiftCard#setTrack2(track2)
Set the field value
Track 2 Card Data
Parameters:
Name | Type | Description |
---|---|---|
track2 |
String |
- Source:
(static) GiftCard#setVirtual(virtual)
Set the field value
Is this a virtual gift card
Parameters:
Name | Type | Description |
---|---|---|
virtual |
Boolean |
- Source: