Add a new 'Country' entry.
Country (ASBIE). The countries through which goods or passengers are routed between the country of original departure and the country of final destination.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public void AddTransitCountry(
ICountry transitCountry
) |
| Visual Basic |
|---|
Public Sub AddTransitCountry (
transitCountry As ICountry
) |
| Visual C++ |
|---|
public:
virtual void AddTransitCountry(
ICountry^ transitCountry
) sealed |
| F# |
|---|
abstract AddTransitCountry :
transitCountry : ICountry -> unit
override AddTransitCountry :
transitCountry : ICountry -> unit |
Implements
IConsignment..::..AddTransitCountry(ICountry)
See Also