Click or drag to resize
Infosoft Logo

CreditInvoiceRetailRequestJointInvoiceMode Property

Gets or sets a value indicating whether to use joint invoice mode. This should be used if the selected invoice object is a main invoice entry for a joint invoice payer.

Namespace: Infosoft.Common.Contracts.MessageContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public bool JointInvoiceMode { get; set; }

Property Value

Boolean
true if joint invoice mode should be enabled; otherwise, false.
See Also