SalesOrderPaymentPlan Properties |
The SalesOrderPaymentPlan type exposes the following members.
Name | Description | |
---|---|---|
![]() | Amount | Amount to be payed. [Currency: SalesOrder.DocumentCurrency] [Required] |
![]() | AmountPercent | Percent of the sales order amount to be payed. |
![]() | ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) |
![]() | CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) |
![]() | DueDateFormMethod | Method to determine the payment due date. SLS = Use sales order date, INV = Use invoice date, EXP = Specify the date explicitly, SDD = Sales order due date, IDD = Invoice due date. [Required] |
![]() | ExplicitPaymentDueDate | Explicitly specified payment due date. Must be filled if and only if Due_Date_Form_Method = 'EXP'. |
![]() | ExplicitPaymentDueStartDate | Explicitly specified date on which the payment becomes executable. Can be specified only when date formation method is 'Set explicit date'. |
![]() | ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) |
![]() | Id |
The unique Id of the entity object
(Inherited from EntityObject.) |
![]() | InstallmentNumber | Consequtive installment number. Used for identifying different payments generated according this payment plan. [Required] |
![]() | IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) |
![]() | IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) |
![]() | ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) |
![]() | Notes | Notes for this SalesOrderPaymentPlan. |
![]() | ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) |
![]() | PaymentAccount | Specifies the payment account towards which the payment is expected. null means that there is no expectation for payment account. For POS implementations, this can be used to denote the payment account in which the payment actually occurred. [Filter(multi eq)] |
![]() | PaymentStartDays | Number of days until the payment becomes executable. The days are counted, starting with the date, specified by due date formation method. [Required] [Default(0)] |
![]() | PaymentTermDays | Payment term in days, which are to be added to form the payment due date. 0 means that the date determined by Due_Date_Form_Method and Explicit_Payment_Due_Date is taken as due date. [Required] [Default(0)] |
![]() | PaymentType | Specifies the expected payment type. null means that there is no expected payment type. For POS implementations, this can be used to denote the payment type which actually occurred. [Filter(multi eq)] |
![]() | Remainder | Indicates wheather this amount is the remainder of the document. Amount = Total amount of the sales order - explicitly specified amounts in the plan (by Amount_Percent or Amount). [Required] [Default(false)] |
![]() | Repository | Provides access to SalesOrderPaymentPlansRepository repository methods |
![]() | SalesOrder | The SalesOrder to which this SalesOrderPaymentPlan belongs. [Required] [Filter(multi eq)] [Owner] |
![]() | Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |