Click or drag to resize
Infosoft Logo

PaymentAgreementDependency Class

Defines data for an object that depends on a payment agreement.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.Economy.PaymentsPaymentAgreementDependency

Namespace: Infosoft.Common.Contracts.DataContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class PaymentAgreementDependency

The PaymentAgreementDependency type exposes the following members.

Properties
 NameDescription
Public propertyCustomerNumber Gets or sets the customer number associated with the dependency.
Public propertyDependencyType Gets or sets the dependency type.
Public propertyId Gets or sets the unique ID of the dependency.
Public propertyTitleCode Gets or sets the title code associated with the dependency.
Top
Remarks
A payment agreement dependency will currently always represent a subscription, but we leave ourselves open for the possibility that it may represent other things in the future. The list of properties here is likely to change if that happens.
See Also