Barcode

JSON 表示法
{
  "kind": string,
  "type": enum (BarcodeType),
  "renderEncoding": enum (BarcodeRenderEncoding),
  "value": string,
  "alternateText": string,
  "showCodeText": {
    object (LocalizedString)
  }
}
字段
kind
(deprecated)

string

表明这是哪类资源。值:固定字符串 "walletobjects#barcode"

type

enum (BarcodeType)

条形码的类型。

renderEncoding

enum (BarcodeRenderEncoding)

条形码的呈现编码。如果指定此字段,条形码会以给定的编码形式呈现。否则,Google 将选择最佳已知编码。

value

string

条形码中编码的值。

alternateText

string

可选文本,将替换条形码下显示的默认文本。此字段用于提供人类可读的条形码值,在无法扫描条形码时使用。

showCodeText

object (LocalizedString)

在用户点击前条形码处于隐藏状态的情况下,系统将显示的可选文本。如果卡券启用了智能感应,就会发生这种情况。如果未指定,则由 Google 选择默认值。