📚 SAP Business One SDK Help

CreditPaymentMethods Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a credit card payment method.
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 AssignedtoCreditCardSets 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.

Public Property BrowserReturns the DataBrowser object.
Public Property InstallmentPaymentsPossibleSets or returns a valid value that defines the options for installments available for the payment method.

Field name: InstalMent.

Public Property MaxQtyWithoutApprovalSets or returns the maximum amount of incoming and outgoing payments without the approval of the credit card company.

Field name: MaxValid.

Public Property MinimumCreditAmountSets or returns the minimum amount for credit vouchers.

Field name: MinCredit.

Public Property MinimumPaymentAmountSets or returns the minimum amount for incoming and outgoing payments.

Field name: MinToPay.

Public Property NameSets or returns the name of the credit payment method.

Field name: CrTypeName.

Mandatory property.

Length: 30 characters.

Public Property PaymentCodeSets or returns the foreign key of the credit card payment due dates.

Field name: DueTerms.

This is a foreign key to the CreditCardPayments object.

Public Property PaymentMethodCodeReturns the payment method code as assigned by the system when adding the payment method definition.

Field name: CrTypeCode.

Public Property UserFieldsReturns the UserFields object.

See Also