Click or drag to resize

SplitReceivableTemplate Class

SplitReceivableTemplate data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.Account.ClientSplitReceivableTemplate
Namespace:  ASI.TAM.API.Data.UI.Account.Client
Assembly:  ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntax
public sealed class SplitReceivableTemplate

The SplitReceivableTemplate type exposes the following members.

Properties
  NameDescription
Public propertyClientID
Unique identifier used to specify client containing this split receivable template.

Created in Epic SDK 2018.

Sometimes Required

Public propertyDescription
Description

Created in Epic SDK 2018.

Required

Public propertyIsActive
Used to display and modify the status of the split receivabletemplate. The status is either active (true) or inactive (false).

Created in Epic SDK 2018.

Public propertyParentAmount
Parent Amount

Created in Epic SDK 2018.

Public propertyParentPercentage
Parent Percentage

Created in Epic SDK 2018.

Public propertySplitByAccountContactOption
Split By Account Contact Option

Created in Epic SDK 2018.

Public propertySplitReceivableItems
Used to store a collection of Split Receivable items.

Created in Epic SDK 2018.

Public propertySplitReceivableTemplateID
Unique identifier used to specify the split receivable template.

Created in Epic SDK 2018.

Sometimes Required

Public propertySplitValuePercentageAmountOption
Split Value Percentage Amount Option

Created in Epic SDK 2018.

Public propertyTimestamp
Used to prevent overwriting previously saved data.

Created in Epic SDK 2018.

Public propertyTotalAmount
Required if SplitValuePercentageAmountOption is set to 'Amount'. Ignored otherwise.

Created in Epic SDK 2018.

Top
See Also