The ATL COM module generalInvoiceRequest is capable of
generating electronic and printed invoices & reminders
generating electronic and printed invoices & reminders
API browser of generalInvoiceRequest450 COM module
IAddress interface | V4.50/ 2 Sep 2016 | ||
---|---|---|---|
With the IAddress interface structured address data can be set and retrieved.
The whole address can be seen as a collection of substructures like the name, the postal part, a communication part etc. Where each of these sub structure can be set or retrieved by an interface method. The name part of a person is set by the method SetPerson and a company's name is entered by the method SetCompany. Before setting a new address the internal data has to be initialized by the method Initialize. |
|||
Methods | 16 methods | ||
AddPhone | Adds a structured phone number | ||
GetAbortInfo | Get the abort information string with the error coded in the module language | ||
GetCompany | Retrieves the company's naming part of the address | ||
GetFax | Retrieves the structured fax number | ||
GetFirstPhone | Retrieves the first phone number information | ||
GetNextPhone | Retrieves the next phone number information | ||
GetOnline | Retrieves the structured online part of the address | ||
GetPerson | Retrieves the person's naming part of the address | ||
GetPhones | Method for collecting all phone numbers covered by the address and returned as JSON array | ||
GetPostal | Retrieves the structured postal address part of the address. | ||
Initialize | Initializes all internal address variables | ||
SetCompany | Sets the company's naming part of the address | ||
SetFax | Sets a structured fax number | ||
SetOnline | Sets the structured online part of the address. | ||
SetPerson | Sets the person's naming part of the address | ||
SetPostal | Sets the structured postal address part | ||
Properties | 2 properties | ||
[put] DestructAddress | Destructs/invalidates this IAddress interface instance | ||
[get] Type | GetType returns the type of address either enAddressPerson or enAddressCompany if an address is defined at all | ||