Add | Adds a new data line to the object. |
 SetCurrentLine | Sets the active row to a specified row number. |
 AdditionalPaymentSum | Sets or returns the payment amount added to the first payment, due to rounding results. Field name: AddPmntSum. |
 CardValidUntil | Sets or returns the credit card expiration date. Mandatory property. Field name: CardValid. |
 ConfirmationNum | Sets or returns the confirmation number for the payment through a credit card. Field name: ConfNum. Length: 20 characters. |
 Count | Returns the number of lines in this document. |
 CreditAcct | Sets or returns the credit account number. Field name: CreditAcct. Length: 15 characters. |
 CreditCard | Sets or returns the key of a credit card. Mandatory property. Field name: CreditCard. This is a foreign key to the CreditCards object. |
 CreditCardNumber | Sets or returns the credit card number. Field name: CrCardNum. Mandatory property. Length: 20 characters. |
 CreditSum | Sets or returns the total payment amount. Mandatory property. Field name: CreditSum. |
 CreditType | Sets or returns a valid value of BoRcptCredTypes type that specifies the way for providing the credit card details (directly or by phone). Field name: CreditType. |
 FirstPaymentDue | Sets or returns the due date of the first payment. Field name: FirstDue. |
 FirstPaymentSum | Sets or returns the amount of the first payment, when the transaction is divided to installments. Field name: FirstSum. |
 LineNum | Returns the number of the current line. Field name: LineID. |
 NumOfCreditPayments | Sets or returns the number of payments through the credit card. Field name: NumOfPmnts. |
 NumOfPayments | Sets or returns the number of installments. Field name: NumOfPmnts. |
 OwnerIdNum | Sets or returns the ID number of the credit card owner. Field name: OwnerIdNum. Length: 15 characters. |
 OwnerPhone | Sets or returns the phone number of the credit card owner.
Field name: OwnerPhone. Length: 50 characters. |
 PaymentMethodCode | Sets or returns the key of the credit payment method. Field name: CrTypeCode. This is a foreign key to the CreditPaymentMethods object. |
 SplitPayments | Sets or returns a valid value of BoYesNoEnum type that specifies whether or not to split the payment for the transaction into separate rows. Field name: SpiltCred. |
 UserFields | Returns the UserFields object. |
 VoucherNum | Sets or returns the number of the credit document. Field name: VoucherNum. Length: 20 characters. |
Â
Â