protos.purchase.PrepaidCardSummaryContract
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
protos.purchase.PrepaidCardSummaryContract
{
"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": {}
}