Google Apps Script API
    Preparing search index...
    interface TestOrder {
        customer?: TestOrderCustomer;
        enableOrderinvoices?: boolean;
        kind?: string;
        lineItems?: TestOrderLineItem[];
        notificationMode?: string;
        paymentMethod?: TestOrderPaymentMethod;
        predefinedDeliveryAddress?: string;
        promotions?: OrderLegacyPromotion[];
        shippingCost?: Price;
        shippingCostTax?: Price;
        shippingOption?: string;
    }
    Index

    Properties

    enableOrderinvoices?: boolean
    kind?: string
    lineItems?: TestOrderLineItem[]
    notificationMode?: string
    paymentMethod?: TestOrderPaymentMethod
    predefinedDeliveryAddress?: string
    promotions?: OrderLegacyPromotion[]
    shippingCost?: Price
    shippingCostTax?: Price
    shippingOption?: string