Click or drag to resize
Infosoft Logo

GetJointInvoiceDetailWithCustomerRequest Class

Provides data for operations that allow returning a JointInvoiceDetail, with or without associated customer/address data.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.CustomersGetJointInvoiceDetailWithCustomerRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class GetJointInvoiceDetailWithCustomerRequest

The GetJointInvoiceDetailWithCustomerRequest type exposes the following members.

Properties
 NameDescription
Public propertyDate Gets or sets the date for which to get address data. If not given, defaults to today.
Public propertyIncludeAddressData Gets or sets a value indicating whether to include address and customer data for the JointInvoiceDetail.
Public propertyJointInvoiceDetail Gets or sets the JointInvoiceDetail object that contains the parameters to search for.
Top
See Also