@sumup/sdk
    Preparing search index...

    Type Alias Amount

    type Amount = {
        currency: string;
        value: number;
    }
    Index
    currency: string

    Currency ISO 4217 code

    value: number

    Amount in minor units (e.g. cents).