Interface GetOrdersInput

The GetOrdersInput used by the constructor of GetOrders

interface GetOrdersInput {
    email?: string;
    orderId?: number;
    personId?: string;
}

Properties

email?: string

The email address of the person.

orderId?: number

The orderId to retrieve a specific order.

personId?: string

The bambu personId for identifying a person.