Worldline Connect Node.js SDK
    Preparing search index...

    Interface ConvertAmountParams

    interface ConvertAmountParams {
        amount?: number;
        extraHeaders?: Header[];
        idempotence?: Idempotence;
        source?: string;
        target?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount?: number
    extraHeaders?: Header[]
    idempotence?: Idempotence
    source?: string
    target?: string