transactionPayeeAddressbook
Manages address book entries for payees in financial transactions.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | Stores the internal identifier for the payee address book entry, uniquely identifying it within the system. | |
| addressbookaddress | String | Contains the payee’s address details stored in the address book, enabling quick selection and modification for financial transactions. | |
| defaultbilling | Boolean | Indicates whether this address is the default billing address for the payee. If the value is true, it is automatically used for payments and invoices. | |
| defaultshipping | Boolean | Specifies whether this address is the default shipping address for the payee. If the value is true, it is preselected for deliveries or shipments. | |
| label | String | Stores a custom label or identifier for the payee’s address book entry, helping users distinguish between multiple addresses. |