Substitution Status Code (BBIE). A code indicating the substitution status of the Order Line. Order Line may indicate that a substitute is proposed by the buyer or by the seller (in Order Response) or that a substitution has been made by the seller (in Order Response).
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
ISubstitutionStatusCode SubstitutionStatusCode { get; set; } |
| Visual Basic |
|---|
Property SubstitutionStatusCode As ISubstitutionStatusCode
Get
Set |
| Visual C++ |
|---|
property ISubstitutionStatusCode^ SubstitutionStatusCode {
ISubstitutionStatusCode^ get ();
void set (ISubstitutionStatusCode^ value);
} |
| F# |
|---|
abstract SubstitutionStatusCode : ISubstitutionStatusCode with get, set
|
Property Value
Type:
ISubstitutionStatusCodeRemarks
See Also