Interface FulfillmentOrder

interface FulfillmentOrder {
    orderId: string;
    takerFees: FeeValue[];
    amountToFill?: string;
}

Properties

orderId: string
takerFees: FeeValue[]
amountToFill?: string