ThemeParks.wiki Parks API - v2.0.0
    Preparing search index...

    Type Alias PriceData

    type PriceData = {
        amount: number;
        currency: CurrencyTypes;
        formatted?: string;
    }
    Index

    Properties

    amount: number

    Numerical price amount. Always in the lowest denomination (e.g. cents for USD)

    currency: CurrencyTypes

    Currency code

    formatted?: string

    Formatted price string in human-readable format. E.g. $12.00