InvoiceCreator SetDeliveryLocation Method ebComposer Tools Class Library for .NET
Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.
Set information about the delivery location, if specified.

Namespace: Unimaze.Composer.Tools
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Syntax

public void SetDeliveryLocation(
	string description,
	string departmentName,
	string streetAndNumber,
	string postalCode,
	string city,
	string countryCode
)

Parameters

description
Type: System String
Description for the delivery location.
departmentName
Type: System String

[Missing <param name="departmentName"/> documentation for "M:Unimaze.Composer.Tools.InvoiceCreator.SetDeliveryLocation(System.String,System.String,System.String,System.String,System.String,System.String)"]

streetAndNumber
Type: System String
Street and street number of delivery location.
postalCode
Type: System String
Postal code of delivery location.
city
Type: System String
City of delivery location.
countryCode
Type: System String
2-digit upper case country code of delivery location.
See Also