☰
PosRequestProductRead
Reads a PosRequestProduct.
Returns a PosRequestProduct with the specified Id.
Fields
posRequestProductId: String!
qty: Float!
paidQty: Float!
state: Int!
start: DateTime!
end: DateTime
price: Float!
ordering: Int!
notes: String
createdAt: DateTime!
updatedAt: DateTime!
posRequestId: String!
productId: Int!
product: ProductRead!
deletable: Boolean
customFields: [PosRequestProductCustomFieldRead!]