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

protos.purchase.PurchaseItemPrepaidCardConfiguration

idstring
titlestring
price object
valueint32
currencystring
balance object
valueint32
currencystring
point object
valueint32
currencystring
expirationDateTimeUtcstring
prepaidCardIdstring
descriptionstring
translsMap object

다국어 지원대상 필드

  • title
  • description
property name* protos.Transls
translation object
property name*string
expirationDurationInDaysint32

선불카드 상품의 사용기간

protos.purchase.PurchaseItemPrepaidCardConfiguration
{
"id": "string",
"title": "string",
"price": {
"value": 0,
"currency": "string"
},
"balance": {
"value": 0,
"currency": "string"
},
"point": {
"value": 0,
"currency": "string"
},
"expirationDateTimeUtc": "string",
"prepaidCardId": "string",
"description": "string",
"translsMap": {},
"expirationDurationInDays": 0
}