tmflib 0.1.37

Interface library for processing TMF payloads
Documentation
// Copyright [2026] [Ryan Ruckley]

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at

//     http://www.apache.org/licenses/LICENSE-2.0

// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//! Module for TMF717 - Customer Management

pub use addressable::*;
pub use agreement_specification_ref::*;
pub use appointment_state_type::*;
pub use attachment_ref_or_value::*;
pub use calendar_event_ref::*;
pub use category_ref::*;
pub use characteristic::*;
pub use characteristic_relationship::*;
pub use contact_medium::*;
pub use customer360::*;
pub use customer360_account_vo::*;
pub use customer360_agreement_vo::*;
pub use customer360_appointment_vo::*;
pub use customer360_customer_bill_vo::*;
pub use customer360_customer_vo::*;
pub use customer360_loyalty_account_vo::*;
pub use customer360_party_interaction_vo::*;
pub use customer360_payment_method_vo::*;
pub use customer360_product_order_vo::*;
pub use customer360_product_vo::*;
pub use customer360_promotion_vo::*;
pub use customer360_quote_vo::*;
pub use customer360_recommendation_vo::*;
pub use customer360_service_problem_vo::*;
pub use customer360_trouble_ticket_vo::*;
pub use customer_bill_state_type::*;
pub use entity::*;
pub use entity_ref::*;
pub use extensible::*;
pub use external_identifier::*;
pub use hub::*;
pub use organization_ref::*;
pub use party_credit_profile::*;
pub use party_or_party_role::*;
pub use party_ref::*;
pub use party_ref_or_party_role_ref::*;
pub use product_offering_ref::*;
pub use product_order_state_type::*;
pub use product_status_type::*;
pub use quote_state_type::*;
pub use related_party_or_party_role::*;
pub use related_party_ref_or_party_role_ref::*;
pub use service_ref::*;
pub use tax_definition::*;
pub use tax_exemption_certificate::*;
pub use time_period::*;
pub use trouble_ticket_status_type::*;
mod addressable;
mod agreement_specification_ref;
mod appointment_state_type;
mod attachment_ref_or_value;
mod calendar_event_ref;
mod category_ref;
mod characteristic;
mod characteristic_relationship;
mod contact_medium;
mod customer360;
mod customer360_account_vo;
mod customer360_agreement_vo;
mod customer360_appointment_vo;
mod customer360_customer_bill_vo;
mod customer360_customer_vo;
mod customer360_loyalty_account_vo;
mod customer360_party_interaction_vo;
mod customer360_payment_method_vo;
mod customer360_product_order_vo;
mod customer360_product_vo;
mod customer360_promotion_vo;
mod customer360_quote_vo;
mod customer360_recommendation_vo;
mod customer360_service_problem_vo;
mod customer360_trouble_ticket_vo;
mod customer_bill_state_type;
mod entity;
mod entity_ref;
mod extensible;
mod external_identifier;
mod hub;
mod organization_ref;
mod party_credit_profile;
mod party_or_party_role;
mod party_ref;
mod party_ref_or_party_role_ref;
mod product_offering_ref;
mod product_order_state_type;
mod product_status_type;
mod quote_state_type;
mod related_party_or_party_role;
mod related_party_ref_or_party_role_ref;
mod service_ref;
mod tax_definition;
mod tax_exemption_certificate;
mod time_period;
mod trouble_ticket_status_type;