Interface OrderLine

The order line object

Hierarchy

  • OrderLine

Properties

metadata?: {
    image?: string;
    [key: string]: any;
}

any additional metadata attributes required by the order.

Type declaration

  • [key: string]: any
  • Optional image?: string

    IPFS hash key of image

price: number

price used just for information

productId: number

bambu meta product identifier.

quantity: number

quantity of the order line

Generated using TypeDoc