Add new delivery address to the collection.

C# | Visual Basic | Visual C++ | F# |
public void Add( DeliveryAddressType_enum type, string postOfficeAddress, string extendedAddress, string street, string locality, string region, string postalCode, string country )
Public Sub Add ( type As DeliveryAddressType_enum, postOfficeAddress As String, extendedAddress As String, street As String, locality As String, region As String, postalCode As String, country As String )
public: void Add( DeliveryAddressType_enum type, String^ postOfficeAddress, String^ extendedAddress, String^ street, String^ locality, String^ region, String^ postalCode, String^ country )
member Add : type : DeliveryAddressType_enum * postOfficeAddress : string * extendedAddress : string * street : string * locality : string * region : string * postalCode : string * country : string -> unit

- type (DeliveryAddressType_enum)
- Delivery address type. Note: This value can be flagged value !
- postOfficeAddress (String)
- Post office address.
- extendedAddress (String)
- Extended address.
- street (String)
- Street name.
- locality (String)
- Locality(city).
- region (String)
- Region.
- postalCode (String)
- Postal code.
- country (String)
- Country.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119