Documentation
    Preparing search index...
    interface PriceBreakdown {
        amount: number;
        code: string;
        type: string;
    }
    Index

    Properties

    Properties

    amount: number
    code: string
    type: string