📚 SAP Business One SDK Help

CreditLine Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property AbsIdThe key of the credit card payment.

Field name: AbsId.

Length: 11 characters.

Public Property CreditCardThe credit card.

Field name: CreditCard.

Public Property CreditCurrencyThe currency of the credit card voucher.

Field name: CreditCurr.

Public Property CustomerThe code of the customer.

Field name: CardCode.

Public Property Deposited

Indicates whether the credit card voucher is paid or not.

Field name: Deposited.

Public Property NumOfPaymentsThe number of the payment.

Field name: NumOfPmnts.

Public Property PayDateThe date of the payment.

Field name: PayDate.

Public Property PaymentMethodCodeThe code of the payment method.

Field name: CrTypeCode.

Public Property ReferenceThe transaction reference.

Field name: TransRef.

Public Property TotalThe amount of the credit card payment.

Field name: CreditSum.

Public Property Transferred

Indicates whether the deposit of the credit card voucher is transferred to the next year or not.

Field name: Transfered.

Public Property VoucherNumberThe number of the credit card voucher.

Field name: VoucherNum.

See Also