AccountPOSMemberWalletReceiptConfigAnnotations
A map of account ID to POS member wallet receipt configuration. Keys are account IDs serialized as strings.
- propertyType: object · POSMemberWalletReceiptConfigAnnotation
Name Per-account configuration controlling how member wallet details are displayed on printed receipts.
- customerType: integer · CustomerNameFormatOptionenum
_name _format _option Controls how the customer name is formatted on the receipt line. Only applied when
enabled_customer_nameistrue.Value Format Example 0 First name only Allison 1 First name + last initial Allison M 2 First name + hashed last name Allison M***y 3 Full name Allison McGinley values- 0
- 1
- 2
- 3
- enabledType: boolean
_customer _name Whether to include a customer name line on the receipt. When
false, the customer name line is omitted.