Mayson Monorepo Documentation
    Preparing search index...
    interface IpAddressLocation {
        city: string;
        country: string;
        latitude: number;
        longitude: number;
        region: string;
    }
    Index

    Properties

    city: string

    The city where the payment originated.

    country: string

    Two-letter ISO code representing the country where the payment originated.

    latitude: number

    The geographic latitude where the payment originated.

    longitude: number

    The geographic longitude where the payment originated.

    region: string

    The state/county/province/region where the payment originated.