InterfaceItem_GiftCardTopupReversal
Model
Gift Card Topup 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 topped up
Nullable
ReferenceID :
string
The reference ID of the actual Topup operation, used for things like reversals
Nullable
AmountReversed :
number (decimal)
The Amount that was reversed (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",
"AmountReversed": 1.23,
"RemainingValue": 1.23,
"AdditionalInterfaceValues": "string value"
}