Add | Adds a credit card payment method. |
 GetAsXML | Returns the object from XML data, which is stored as string in a buffer. |
 GetByKey | Retrieves and sets the values of the object's properties by the object's absolute key from the Company database. |
 Remove | Deletes the current record. |
 SaveToFile | Save the object to a file as XML data. |
 SaveXML | Saves the object data to XML formatted data. |
 Update | Updates the object data in the company database. |
 AssignedtoCreditCard | Sets or returns the foreign key of the credit card assigned to the payment method. Field name: CreditCard. This is a foreign key to the CreditCards object. |
 Browser | Returns the DataBrowser object. |
 InstallmentPaymentsPossible | Sets or returns a valid value that defines the options for installments available for the payment method. Field name: InstalMent. |
 MaxQtyWithoutApproval | Sets or returns the maximum amount of incoming and outgoing payments without the approval of the credit card company. Field name: MaxValid. |
 MinimumCreditAmount | Sets or returns the minimum amount for credit vouchers. Field name: MinCredit. |
 MinimumPaymentAmount | Sets or returns the minimum amount for incoming and outgoing payments. Field name: MinToPay. |
 Name | Sets or returns the name of the credit payment method. Field name: CrTypeName. Mandatory property. Length: 30 characters. |
 PaymentCode | Sets or returns the foreign key of the credit card payment due dates. Field name: DueTerms. This is a foreign key to the CreditCardPayments object. |
 PaymentMethodCode | Returns the payment method code as assigned by the system when adding the payment method definition. Field name: CrTypeCode. |
 UserFields | Returns the UserFields object. |
Â
Â