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.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public ISubstitutionStatusCode SubstitutionStatusCode { get; set; }
Visual Basic
Public Property SubstitutionStatusCode As ISubstitutionStatusCode
	Get
	Set
Visual C++
public:
virtual property ISubstitutionStatusCode^ SubstitutionStatusCode {
	ISubstitutionStatusCode^ get () sealed;
	void set (ISubstitutionStatusCode^ value) sealed;
}
F#
abstract SubstitutionStatusCode : ISubstitutionStatusCode with get, set
override SubstitutionStatusCode : ISubstitutionStatusCode with get, set

Property Value

Type: ISubstitutionStatusCode

Implements

IOrderLine..::..SubstitutionStatusCode

Remarks

Dictionary entry name
Order Line. Substitution Status Code. Code
Cardinality
0..1

See Also