Click or drag to resize

SendInvoiceToItemV1 Class

SendInvoiceToItemV1 data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.TransactionSendInvoiceToItemV1
Namespace:  ASI.TAM.API.Data.UI.Transaction
Assembly:  ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntax
public sealed class SendInvoiceToItemV1

The SendInvoiceToItemV1 type exposes the following members.

Properties
  NameDescription
Public propertyAccountLookupCode
Ignored if InvoiceGrouping is ExistingInvoice. Required for certain values of InvoiceToType.

Created in Epic SDK V5.0.

Public propertyAddress
Ignored if InvoiceGrouping is ExistingInvoice. Address cannot be empty if DeliveryMethod is Mail.

Created in Epic SDK V4.1.

Public propertyAddressDescription
Ignored if InvoiceGrouping is ExistingInvoice.

Created in Epic SDK V4.1.

Public propertyBillBrokerNet
If blank on insert, defaults a value. Ignroed for certain conditions such as InvoiceToType is not Broker.

Created in Epic SDK 2018.

Public propertyContact
Ignored if InvoiceGrouping is ExistingInvoice.

Created in Epic SDK V4.1.

Public propertyContactID
Unique identifier used to specify a contact. On insert, this property can be used to default other Invoice related properties if they are left blank. Ignored if InvoiceGrouping is ExistingInvoice.

Created in Epic SDK V5.0.

Public propertyDeliveryMethod
Ignored if InvoiceGrouping is ExistingInvoice.

Created in Epic SDK V4.1.

Required

Public propertyEmail
Ignored if InvoiceGrouping is ExistingInvoice. Email cannot be empty if DeliveryMethod is Email.

Created in Epic SDK V4.1.

Public propertyFaxCountryCode
Ignored if InvoiceGrouping is ExistingInvoice.

Created in Epic SDK V5.0.

Public propertyFaxExtension
Ignored if InvoiceGrouping is ExistingInvoice.

Created in Epic SDK V4.1.

Public propertyFaxNumber
Ignored if InvoiceGrouping is ExistingInvoice. FaxNumber cannot be empty if DeliveryMethod is Fax.

Created in Epic SDK V4.1.

Public propertyGenerateInvoice
Specifies if invoice needs to be generated.

Created in Epic SDK V4.1.

Public propertyInvoiceGrouping
Required if GenerateInvoice is true, ignored otherwise.

Created in Epic SDK V5.0.

Public propertyInvoiceGroupingExistingInvoiceNumber
Required if InvoiceGrouping is ExistingInvoice, otherwise ingnored.

Created in Epic SDK V5.0.

Public propertyInvoiceMessage
Ignored if GenerateInvoice is false.

Created in Epic SDK V5.0.

Public propertyInvoiceNumber
Displays the invoice number.

Created in Epic SDK V4.1.

Public propertyInvoiceToType
Ignored if InvoiceGrouping is ExistingInvoice. Required if Transaction account type is client.

Created in Epic SDK V4.1.

Public propertyLoanNumber
Ignored if InvoiceGrouping is ExistingInvoice.

Created in Epic SDK V4.1.

Public propertySiteID
Ignored if InvoiceGrouping is ExistingInvoice.

Created in Epic SDK V5.0.

Public propertySplitReceivableAmount
Split Receivable Amount

Created in Epic SDK V4.1.

Public propertySplitReceivablePercent
Split Receivable Percent

Created in Epic SDK V4.1.

Top
See Also