Hierarchy

Constructors

Properties

_ensureTypeSafety: string = "ensureTypeSafety"

Helper property to force correct type in TypeScript. If you get a TypeScript error like Property _ensureTypeSafety is missing you are perhaps using a plain JavaScript object as a parameter for a SOAP function call. Please use the correct class instance instead.

addressId?: string
addressNumber?: string
addressType: AddressType
commAddresses?: CommAddress[]
contacts?: ContactData[]
countryCode?: string
district?: string
location?: string
name1?: string
name2?: string
name3?: string
name4?: string
poBox?: string
postalCode?: string
regionCode?: string
street?: string
street2?: string
taxCode?: string
taxCodeEU?: string
taxCodeUSA?: string
title?: string

Methods

  • Deserialize xml string.

    Parameters

    • pData: string
    • pResetContactIds: boolean = true

    Returns null | AddressData

  • Parameters

    • pSoapArray: any

    Returns undefined | AddressData[]

  • Serialize to xml string.

    Parameters

    Returns null | string

Generated using TypeDoc