GiftCardInfo

[START gift_card_info_definition]

Biểu diễn dưới dạng 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.
}
Trường

Trường nhóm denomination_type.

denomination_type chỉ có thể là một trong những trạng thái sau:

fixedDenominations

object (FixedDenominations)

Được dùng khi thẻ quà tặng có sẵn ở các mức cố định cụ thể.

customRange

object (MoneyRange)

Được dùng khi thương hiệu cho phép người dùng chọn mệnh giá tuỳ chỉnh (linh hoạt) trong một phạm vi xác định.