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