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
- DNS records and child site management
- Holiday regions and styles
Re-exports§
pub use action_notification_export_results::ActionNotificationExportResultHandler;pub use action_notification_exports::ActionNotificationExportHandler;pub use child_site_management_policies::ChildSiteManagementPolicyHandler;pub use dns_records::DnsRecordHandler;pub use history::HistoryHandler;pub use history_export_results::HistoryExportResultHandler2;pub use history_exports::HistoryExportHandler2;pub use holiday_regions::HolidayRegionHandler;pub use invoices::InvoiceHandler;pub use payments::PaymentHandler;pub use site::SiteHandler;pub use styles::StyleHandler;pub use action_notification_export_results::ActionNotificationExportResultEntity;pub use action_notification_exports::ActionNotificationExportEntity;pub use child_site_management_policies::ChildSiteManagementPolicyEntity;pub use dns_records::DnsRecordEntity;pub use history::HistoryExportEntity;pub use history::HistoryExportResultEntity;pub use history_export_results::HistoryExportResultEntity2;pub use history_exports::HistoryExportEntity2;pub use holiday_regions::HolidayRegionEntity;pub use invoices::AccountLineItemEntity;pub use invoices::InvoiceLineItemEntity;pub use payments::PaymentEntity;pub use payments::PaymentLineItemEntity;pub use site::SiteEntity;pub use site::SiteUsageEntity;pub use styles::StyleEntity;
Modules§
- action_
notification_ export_ results - action_
notification_ exports - child_
site_ management_ policies - dns_
records - history
- History operations
- history_
export_ results - history_
exports - holiday_
regions - invoices
- Invoice operations
- payments
- Payment operations
- site
- Site operations
- styles