Note (BBIE). The reason for rejection if the order was not accepted.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IText RejectionNote { get; set; } |
| Visual Basic |
|---|
Property RejectionNote As IText
Get
Set |
| Visual C++ |
|---|
property IText^ RejectionNote {
IText^ get ();
void set (IText^ value);
} |
| F# |
|---|
abstract RejectionNote : IText with get, set
|
Property Value
Type:
ITextRemarks
Examples
"Out of Stock","Not able to supply","Unable to fulfill within the contracted conditions", "Buyer Account not Recognised"
See Also