AlfaSkinLog
No description
type AlfaSkinLog {
oldId: ID!
newId: ID!
price: Int
taxFee: Int
resultPrice: Int
}
No description
type AlfaSkinLog {
oldId: ID!
newId: ID!
price: Int
taxFee: Int
resultPrice: Int
}
AlfaSkinLog.oldId
● ID!
AlfaSkinLog.newId
● ID!
AlfaSkinLog.price
● Int
AlfaSkinLog.taxFee
● Int
AlfaSkinLog.resultPrice
● Int