📚 SAP Business One SDK Help

PaymentTermsTypes Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
Public Method CloseNot supported.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveDeletes a record from the object table.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.
Public Method UpdateWithBPsmethod UpdateWithBPs

Public Properties

Public Property BaselineDateSets or returns a valid value of BoBaselineDate type that specifies the reference date for executing a payment transaction.

Field name: BslineDate.

Public Property BrowserReturns the DataBrowser object.
Public Property CreditLimitSets or returns the maximum credit allowed.

Field name: CredLimit.

Public Property DiscountCodeSets or returns the discount code (type) as defined in Cash Discount (based on the payment due date).

Field name: DiscCode.

Length: 20 characters.

This is a foreign key to the Cash Discount table (OCDC), not exposed through the DI API.

Public Property DunningCodeSets or returns the dunning code as defined in the Dunning System. The dunning code sets the type of interest calculation for late payments.

Field name: DunningCod.

Length: 20 characters.

This is a foreign key to the Dunning Interest Rate table (ORIT), not exposed through the DI API.

Public Property EndAtproperty EndAt
Public Property GeneralDiscountSets or returns the general discount percentage for the total amount in a document.

Field name: VolumDscnt.

Public Property GroupNumberReturns the internal number, as assigned by the system, for the payment terms type.

Field name: GroupNum.

Public Property InterestOnArrearsSets or returns the interest for late payments. The value of this property is for information only.

Field name: LatePyChrg.

Public Property LoadLimitSets or returns the maximum allowed debt (CreditLimit + Postdated Checks).

Field name: ObligLimit.

Public Property NumberOfAdditionalDaysSets or returns the number of additional days for calculating the document due date.

Field name: ExtraDays.

Public Property NumberOfAdditionalMonthsSets or returns the number of additional months for calculating the document due date.

Field name: ExtraMonth.

Public Property NumberOfInstallmentsReturns the number of installments for the payment terms as defined in Installments in SAP Business One.

Field name: InstNum.

Public Property NumberOfToleranceDaysSets or returns the number of days earlier than the calculated due date to start expecting the payment.

Field name: TolDays.

Public Property OpenReceiptSets or returns a valid value of BoOpenIncPayment type that specifies default means of payment from customers.OpenRcpt

Field name: OpenRcpt.

Public Property PaymentTermsGroupNameSets or returns the name of the payment terms type.

Field name: PymntGroup.

Length: 100 characters.

Mandatory field in SAP Business One.

Public Property PriceListNoSets or returns the Price List index to link to the business partner.

Field name: ListNum.

This is a foreign key to the PriceLists object.

Public Property StartFromSets or returns a valid value of BoPayTermDueTypes type that specifies start time for calculating the payment due date.

Field name: PayDuMonth.

Public Property UserFieldsReturns the UserFields object.

See Also