Add new delivery address to the collection.
| C# | Visual Basic | Managed C++ |
public void Add ( DeliveryAddressType_enum type, string postOfficeAddress, string extendedAddress, string street, string locality, string region, string postalCode, string country )
- 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 Version: 2.0.2636.18419 (Module: LumiSoft.Net)