 | CheckoutOptionsExternalNotes Property |
External notes to be added to the order or invoice created as a result of the checkout process
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic string ExternalNotes { get; set; }Public Property ExternalNotes As String
Get
Set
public:
property String^ ExternalNotes {
String^ get ();
void set (String^ value);
}member ExternalNotes : string with get, set
Property Value
String
See Also