GiftCardInfo

[ギフトカード情報の定義の開始]

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)

ブランドがユーザーに定義された範囲内でカスタム(柔軟な)額面を選択することを許可する場合に使用されます。