receivable_transaction_detail_KEY | int (4) | NOT NULL | Primary key and foreign key of the parent record. |
billable_item_KEY | int (4) | | A foreign key to the billiable item used in the calculation of the transaction fee. |
is_waived | bit (1) | NOT NULL | If true, the fee does not contribute to the invoice total; it is waived and the client is not charged for it. |
is_fee_on_invoice | bit (1) | NOT NULL | If true, this fee is being or has been invoiced. Being invoiced means the fee in included on a receivable transaction (invoice). |
include_detail_on_invoice | bit (1) | NOT NULL | Flag to denote that detail information should be displayed on the invoice. |
is_exempt | bit (1) | NOT NULL | Flag to denote if the client is exempt from this fee. |