Types > OrderCalcLog
Commerce APITypesOrderCalcLog
OrderCalcLog

Description

Fields

comment: String!


group: String!


key: String!


value: String!


Used By

Types

Order

Preview (typescript)

interface OrderCalcLog {
comment: string
group: string
key: string
value: string
}