본문으로 건너뛰기

protos.procedure.PromotionSummaryContract

idstring
titlestring
descriptionstring
options object[]
  • Array [
  • idstring
    productConfiguration object
    productIdstring
    productTitlestring
    optionIdstring
    optionTitlestring
    optionPrice object
    amount object
    valueint32
    currencystring
    suppliedAmount object

    과세 공급가액

    valueint32
    currencystring
    taxFreeAmount object

    면세 금액 (aka. 면세 공급가액)

    valueint32
    currencystring
    vatAmount object

    부가가치세

    valueint32
    currencystring
    taxationenum

    과세 여부

    Possible values: [Taxation_UNKNOWN, TAXABLE, TAX_FREE, MIXED]

    optionTypeenum

    Possible values: [ProductOptionType_UNKNOWN, SINGLE, GROUP, CONSULTATION]

    discountedPrice object
    amount object
    valueint32
    currencystring
    suppliedAmount object

    과세 공급가액

    valueint32
    currencystring
    taxFreeAmount object

    면세 금액 (aka. 면세 공급가액)

    valueint32
    currencystring
    vatAmount object

    부가가치세

    valueint32
    currencystring
    taxationenum

    과세 여부

    Possible values: [Taxation_UNKNOWN, TAXABLE, TAX_FREE, MIXED]

    badgesenum[]

    Possible values: [Badge_UNKNOWN, NEW, POPULAR, RECOMMENDED]

  • ]
  • categoryIdsstring[]
    startDatestring
    endDatestring
    deletedboolean
    closedboolean
    orderint32
    badgesenum[]

    Possible values: [Badge_UNKNOWN, NEW, POPULAR, RECOMMENDED]

    coverImageUrlstring
    protos.procedure.PromotionSummaryContract
    {
    "id": "string",
    "title": "string",
    "description": "string",
    "options": [
    {
    "id": "string",
    "productConfiguration": {
    "productId": "string",
    "productTitle": "string",
    "optionId": "string",
    "optionTitle": "string",
    "optionPrice": {
    "amount": {
    "value": 0,
    "currency": "string"
    },
    "suppliedAmount": {
    "value": 0,
    "currency": "string"
    },
    "taxFreeAmount": {
    "value": 0,
    "currency": "string"
    },
    "vatAmount": {
    "value": 0,
    "currency": "string"
    },
    "taxation": "Taxation_UNKNOWN"
    },
    "optionType": "ProductOptionType_UNKNOWN"
    },
    "discountedPrice": {
    "amount": {
    "value": 0,
    "currency": "string"
    },
    "suppliedAmount": {
    "value": 0,
    "currency": "string"
    },
    "taxFreeAmount": {
    "value": 0,
    "currency": "string"
    },
    "vatAmount": {
    "value": 0,
    "currency": "string"
    },
    "taxation": "Taxation_UNKNOWN"
    },
    "badges": [
    "Badge_UNKNOWN"
    ]
    }
    ],
    "categoryIds": [
    "string"
    ],
    "startDate": "string",
    "endDate": "string",
    "deleted": true,
    "closed": true,
    "order": 0,
    "badges": [
    "Badge_UNKNOWN"
    ],
    "coverImageUrl": "string"
    }