Module admin

Module admin 

Source
Expand description

Administration and billing module

This module contains handlers for site administration, history, and billing:

  • Site settings and usage
  • History and history exports
  • Action notification exports
  • Invoices and payments

Re-exports§

pub use action_notification_export_results::ActionNotificationExportResultHandler;
pub use action_notification_exports::ActionNotificationExportHandler;
pub use history::HistoryHandler;
pub use history_export_results::HistoryExportResultHandler2;
pub use history_exports::HistoryExportHandler2;
pub use invoices::InvoiceHandler;
pub use payments::PaymentHandler;
pub use site::SiteHandler;
pub use action_notification_export_results::ActionNotificationExportResultEntity;
pub use action_notification_exports::ActionNotificationExportEntity;
pub use history::HistoryExportEntity;
pub use history::HistoryExportResultEntity;
pub use history_export_results::HistoryExportResultEntity2;
pub use history_exports::HistoryExportEntity2;
pub use invoices::AccountLineItemEntity;
pub use invoices::InvoiceLineItemEntity;
pub use payments::PaymentEntity;
pub use payments::PaymentLineItemEntity;
pub use site::SiteEntity;
pub use site::SiteUsageEntity;

Modules§

action_notification_export_results
action_notification_exports
history
History operations
history_export_results
history_exports
invoices
Invoice operations
payments
Payment operations
site
Site operations