InterfaceItem_GiftCardRedemption
Model
Gift Card Redemption information
Nullable
Provider :
GeneralProviders
The provider that was used for the Gift Card operation
Nullable
ProviderName :
string
The provider name that was used for the Gift Card operation
Nullable
GiftCardID :
string
The ID of the Gift Card / Gift Voucher that was redeemed
Nullable
ReferenceID :
string
The reference ID of the actual redemption operation, used for things like reversals
Nullable
AmountRedeemed :
number (decimal)
The Amount that was redeemed (if applicable)
Nullable
RemainingValue :
number (decimal)
The remaining balance on the gift card (if known)
Nullable
AdditionalInterfaceValues :
string
List of interface specific additional key/value pairs that are required to be stored for the interface
Example
{
"Provider": 1,
"ProviderName": "string value",
"GiftCardID": "string value",
"ReferenceID": "string value",
"AmountRedeemed": 1.23,
"RemainingValue": 1.23,
"AdditionalInterfaceValues": "string value"
}