Price of the renting or buying.

Export

Price

interface Price {
    amount: string;
    currency: string;
    formatted: string;
}

Properties

amount: string

Numerical amount of the price.

Memberof

Price

currency: string

ISO 4217 alphabetic code of the currency.

Memberof

Price

formatted: string

Formatted price, including both the amount and the currency.

Memberof

Price

Generated using TypeDoc