📚 SAP Business One SDK Help

CreditCardPayments Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a credit card due date payments definition.
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 the current record.
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 Properties

Public Property BrowserReturns the DataBrowser object.
Public Property DueDateCodeSets or returns the code of the credit card due date payments.

Field name: Code.

Mandatory property.

Length: 8 characters.

Public Property DueDateNameSets or returns the name of the credit card due date payments.

Field name: Name.

Length: 30 characters.

Public Property DueDatesTypeDetermines whether the payment due dates are based on ddtAfterTimePeriod (after number of days and months) or ddtByDates (voucher date of receipt).

Field name: TERM_TYPE.

Public Property FromDay1Sets or returns the beginning day of the first period of voucher receipt.

Field name: Day_From1.

Public Property FromDay2Sets or returns the begining day of the second period of voucher receipt.

Field name: Day_From2.

Public Property FromDay3Sets or returns the begining day of the third period of voucher receipt.

Field name: Day_From3.

Public Property FromDay4Sets or returns the begining day of the fourth period of voucher receipt.

Field name: Day_From4.

Public Property NoOfMonths1Sets or returns the number of months to add to PaymentDay1.

Field name: Pay_Month1.

Public Property NoOfMonths2Sets or returns the number of months to add to PaymentDay2.

Field name: Pay_Month2.

Public Property NoOfMonths3Sets or returns the number of months to add to PaymentDay3.

Field name: Pay_Month3.

Public Property NoOfMonths4Sets or returns the number of months to add to PaymentDay4.

Field name: Pay_Month4.

Public Property PaymentAfterDaysSets or returns the number of days for payment after the voucher receipt.

Field name: After_Days.

Public Property PaymentAfterMonthsSets or returns the number of months to add to PaymentAfterDays.

Field name: After_Mnth.

Public Property PaymentDay1Sets or returns the payment day in the first payment period.

For example, if the first payment period is from day 1 to day 7, the payment day can be 1 - 7.

Field name: Pay_Day1.

Public Property PaymentDay2Sets or returns the payment day in the second payment period.

For example, if the first payment period is from day 8 to day 15, the payment day can be 8 - 15.

Field name: Pay_Day2.

Public Property PaymentDay3Sets or returns the payment day in the third payment period.

Field name: Pay_Day3.

For example, if the first payment period is from day 16 to day 24, the payment day can be 16 - 24.

Public Property PaymentDay4Sets or returns the payment day in the forth payment period.

Field name: Pay_Day4.

For example, if the first payment period is from day 25 to day 31, the payment day can be 25 - 31.

Public Property ToDay1Sets or returns the ending day of the first period of voucher receipt.

Field name: Day_To1.

Public Property ToDay2Sets or returns the ending day of the second period of voucher receipt.

Field name: Day_To2.

Public Property ToDay3Sets or returns the ending day of the third period of voucher receipt.

Field name: Day_To3.

Public Property ToDay4Sets or returns the ending day of the fourth period of voucher receipt.

Field name: Day_To4.

Public Property UserFieldsReturns the UserFields object.

See Also