📚 SAP Business One SDK Help

Payments_CreditCards Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property AdditionalPaymentSumSets or returns the payment amount added to the first payment, due to rounding results.

Field name: AddPmntSum.

Public Property CardValidUntilSets or returns the credit card expiration date.

Mandatory property.

Field name: CardValid.

Public Property ConfirmationNumSets or returns the confirmation number for the payment through a credit card.

Field name: ConfNum.

Length: 20 characters.

Public Property CountReturns the number of lines in this document.
Public Property CreditAcctSets or returns the credit account number.

Field name: CreditAcct.

Length: 15 characters.

Public Property CreditCardSets or returns the key of a credit card.

Mandatory property.

Field name: CreditCard.

This is a foreign key to the CreditCards object.

Public Property CreditCardNumberSets or returns the credit card number.

Field name: CrCardNum.

Mandatory property.

Length: 20 characters.

Public Property CreditSumSets or returns the total payment amount.

Mandatory property.

Field name: CreditSum.

Public Property CreditTypeSets 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.

Public Property FirstPaymentDueSets or returns the due date of the first payment.

Field name: FirstDue.

Public Property FirstPaymentSumSets or returns the amount of the first payment, when the transaction is divided to installments.

Field name: FirstSum.

Public Property LineNumReturns the number of the current line.

Field name: LineID.

Public Property NumOfCreditPaymentsSets or returns the number of payments through the credit card.

Field name: NumOfPmnts.

Public Property NumOfPaymentsSets or returns the number of installments.

Field name: NumOfPmnts.

Public Property OwnerIdNumSets or returns the ID number of the credit card owner.

Field name: OwnerIdNum.

Length: 15 characters.

Public Property OwnerPhoneSets or returns the phone number of the credit card owner.

Field name: OwnerPhone.

Length: 50 characters.

Public Property PaymentMethodCodeSets or returns the key of the credit payment method.

Field name: CrTypeCode.

This is a foreign key to the CreditPaymentMethods object.

Public Property SplitPaymentsSets 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.

Public Property UserFieldsReturns the UserFields object.
Public Property VoucherNumSets or returns the number of the credit document.

Field name: VoucherNum.

Length: 20 characters.

See Also