PartnerSalesTransactionTag
Model
This record defines transaction level Tags and their user specified values within a Partner Sales Transaction.
Required
MaxLength(64)
tagName :
string
The full name of the Tag.
Example: "Pagers", "Customer Name"
Required
MaxLength(64)
value :
string
The value for the tag. This may be a preset value or a user entered value.
Example: "15" (for Tag "Pager Number")
Example: "Jones Party" (for Tag "Customer Name")
Nullable
MaxLength(8)
tagReceiptPrefix :
string
(Optional) The prefix of the tag. Prefix is added to the front of the Value field when displayed on receipts.
Default: "" (ie empty string)
Example: "PAGER", "NAME"
Example
{
"tagName": "string value",
"value": "string value",
"tagReceiptPrefix": "string value"
}