AccountPOSMemberWalletReceiptConfigAnnotations

A map of account ID to POS member wallet receipt configuration. Keys are account IDs serialized as strings.

  • propertyName
    Type: object · POSMemberWalletReceiptConfigAnnotation

    Per-account configuration controlling how member wallet details are displayed on printed receipts.

    • customer_name_format_option
      Type: integer · CustomerNameFormatOptionenum

      Controls how the customer name is formatted on the receipt line. Only applied when enabled_customer_name is true.

      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
    • enabled_customer_name
      Type: boolean

      Whether to include a customer name line on the receipt. When false, the customer name line is omitted.