Interface ItemPrice

interface ItemPrice {
    documentId?: string;
    forQuantity?: Quantity;
    price?: Money;
    priceDate?: DateTimeModel;
    recipientId?: string;
    shipperId?: string;
}

Properties

documentId?: string
forQuantity?: Quantity
price?: Money
priceDate?: DateTimeModel
recipientId?: string
shipperId?: string

Generated using TypeDoc