react-native-tpay
    Preparing search index...

    Class Address

    Class responsible for storing payer address

    Index

    Constructors

    • Parameters

      • address: string | null

        street number

      • city: string | null

        city name

      • countryCode: string | null

        country code, for example 'PL'

      • postalCode: string | null

        postal code

      Returns Address

    Properties

    address: string | null
    city: string | null
    countryCode: string | null
    postalCode: string | null