GiftCardInfo

[START gift_card_info_definition]

JSON 表示法
{

  // Union field denomination_type can be only one of the following:
  "fixedDenominations": {
    object (FixedDenominations)
  },
  "customRange": {
    object (MoneyRange)
  }
  // End of list of possible types for union field denomination_type.
}
欄位

聯集欄位 denomination_type

denomination_type 只能是下列其中一項:

fixedDenominations

object (FixedDenominations)

禮物卡提供特定固定金額時使用。

customRange

object (MoneyRange)

如果品牌允許使用者在定義的範圍內選擇自訂 (彈性) 票面值,就會使用這個值。