Class responsible for storing payer address

Constructors

  • Parameters

    • address: null | string

      street number

    • city: null | string

      city name

    • countryCode: null | string

      country code, for example 'PL'

    • postalCode: null | string

      postal code

    Returns Address

Properties

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

Generated using TypeDoc