Chartbreaker
    Preparing search index...

    Interface OrderCostEstimation

    interface OrderCostEstimation {
        costAcceptancePrompt?: string;
        costDetailsLink?: CostDetailsLink;
        entryCosts?: Amount;
        expectedCounterValue?: Amount;
        orderFees?: Amount;
        orderFeesExplanation?: string;
        totalCosts?: Amount;
        transactionTax?: Amount;
    }
    Index

    Properties

    costAcceptancePrompt?: string

    If present, users have to accept this message before creating an order. If accepting the costs and performing the order is one click (which is allowed), the create order button label must contain the information that costs are accepted.

    costDetailsLink?: CostDetailsLink

    If available, a direct link to cost details.

    entryCosts?: Amount

    Entry costs for the order.

    expectedCounterValue?: Amount

    Expected counter value when order is executed.

    orderFees?: Amount

    Orderkosten (Summe aus Provision, Handelsplatzentgelt, Courtage)

    orderFeesExplanation?: string

    Detailed explanation for order fees

    totalCosts?: Amount

    The total amount spent for this order.

    transactionTax?: Amount

    Financial transaction tax.