📚 SAP Business One SDK Help

CreditCards Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new credit card definition.
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 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 BrowserReturns the DataBrowser object.
Public Property CompanyIDSets or returns the company number at the credit card company.

Field name: CompanyId.

Length: 20 characters.

Public Property CountryCodeproperty CountryCode
Public Property CreditCardCodeReturns the credit card code as assigned by the application when defining a new credit card.

Field name: CreditCard.

Public Property CreditCardNameSets or returns the credit card name (credit card company).

Field name: CardName.

Mandatory property.

Length: 30 characters.

Public Property GLAccountSets or returns the G/L account (from the ChartOfAccounts object) assigned to transactions made with the credit card.

Field name: AcctCode.

Mandatory property.

Length: 15 characters.

This is a foreign key to the ChartOfAccounts object.

Public Property TelephoneSets or returns the phone number of the credit card company.

Field name: Phone.

Length: 50 characters.

Public Property UserFieldsReturns the UserFields object.

See Also