Interface OrdersApiGetOrderV3Request

interface OrdersApiGetOrderV3Request {
    id: string;
    includeFees?: boolean;
    auxiliaryFeePercentages?: string;
    auxiliaryFeeRecipients?: string;
}

Hierarchy

  • OrdersApiGetOrderV3Request
    • OrdersApiGetOrderV3Request

Properties

id: string

Order ID

OrdersApiGetOrderV3

includeFees?: boolean

Set flag to true to include fee body for the order

OrdersApiGetOrderV3

auxiliaryFeePercentages?: string

Comma separated string of fee percentages that are to be paired with auxiliary_fee_recipients

OrdersApiGetOrderV3

auxiliaryFeeRecipients?: string

Comma separated string of fee recipients that are to be paired with auxiliary_fee_percentages

OrdersApiGetOrderV3