 | CheckoutOptionsAddendumToInvoiceCode Property |
The code of the invoice that this transaction supplements
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.41344
Syntaxpublic string AddendumToInvoiceCode { get; set; }Public Property AddendumToInvoiceCode As String
Get
Set
public:
property String^ AddendumToInvoiceCode {
String^ get ();
void set (String^ value);
}member AddendumToInvoiceCode : string with get, set
Property Value
String
Remarks
If provided, NetFORUM will complete this transaction in an addendum invoice with a numbered suffix; the original invoice will not be modified.
See Also