BuyOrder: {
    id: string;
    takerFees?: checkout.OrderFee[];
}

The type representing the order to buy

Type declaration

  • id: string

    the id of the order to buy

  • Optional takerFees?: checkout.OrderFee[]

    array of order fees to apply to the order

Generated using TypeDoc