メインコンテンツまでスキップ
翻訳未対応
まだ日本語に翻訳されていません。サポートが必要な場合は、クリニックのKOS担当者にお問い合わせください。

protos.purchase.GetPrepaidCardSummariesQueryResponse

data object[]
  • Array [
  • idstring
    titlestring
    remainingBalance object
    balance object
    valueint32
    currencystring
    total object
    valueint32
    currencystring
    remainingPoint object
    balance object
    valueint32
    currencystring
    total object
    valueint32
    currencystring
    expirationDateTimeUtcstring
    createdDateTimeUtcstring
    ownerIdstring
    descriptionstring
    translsMap object

    다국어 지원대상 필드

    • title
    • description
    property name* protos.Transls
    translation object
    property name*string
    updatedDateTimeUtcstring
  • ]
  • protos.purchase.GetPrepaidCardSummariesQueryResponse
    {
    "data": [
    {
    "id": "string",
    "title": "string",
    "remainingBalance": {
    "balance": {
    "value": 0,
    "currency": "string"
    },
    "total": {
    "value": 0,
    "currency": "string"
    }
    },
    "remainingPoint": {
    "balance": {
    "value": 0,
    "currency": "string"
    },
    "total": {
    "value": 0,
    "currency": "string"
    }
    },
    "expirationDateTimeUtc": "string",
    "createdDateTimeUtc": "string",
    "ownerId": "string",
    "description": "string",
    "translsMap": {},
    "updatedDateTimeUtc": "string"
    }
    ]
    }