id | S_Uuid! | The ID of the sale |
quantity | Int! | Amount of single auction purchase |
unitPrice | S_Money! | Single auction price |
totalPrice | S_Money! | Total price of sale |
auctionId | S_Uuid! | The ID of the auction |
productId | S_Uuid! | The ID of the product |
createdAt | S_DateTime! | Sale creation date and time |
productName | String! | Product name |
keys | [String!] | Keys sold in this sale |
keysFileNames | [String] | Sold keys file names, NULL if key is not a file |
formattedOrderNumber | String | Order number associated with this sale |
orderId | S_Uuid | Order ID associated with this sale |