sellapp-sdk 0.1.1

Official Rust SDK for the SellApp API: manage products, orders, subscriptions, and customers.
// This file is auto-generated by oagen. Do not edit.

pub mod account;
pub mod add_ons;
pub mod add_ons_parent_products;
pub mod affiliate_payouts;
pub mod affiliate_program;
pub mod affiliate_referral_sessions;
pub mod affiliate_referrals;
pub mod affiliates;
pub mod blacklists;
pub mod bookings;
pub mod bookings_calendar_events;
pub mod bundle_items;
pub mod cashback_rules;
pub mod charges;
pub mod community_connections;
pub mod coupons;
pub mod courses;
pub mod courses_lessons;
pub mod courses_sections;
pub mod credits;
pub mod credits_balances;
pub mod credits_balances_transactions;
pub mod credits_products;
pub mod customer_portal;
pub mod customer_sessions;
pub mod customers;
pub mod disputes;
pub mod entitlements;
pub mod events;
pub mod exports;
pub mod feedback;
pub mod groups;
pub mod groups_products;
pub mod highlights;
pub mod highlights_media;
pub mod invoices;
pub mod license_instances;
pub mod licenses;
pub mod licenses_instances;
pub mod line_items;
pub mod oauth;
pub mod oauth_management;
pub mod orders;
pub mod orders_line_items;
pub mod payment_methods;
pub mod payment_methods_custom;
pub mod product_variants;
pub mod product_variants_booking;
pub mod product_variants_pricing;
pub mod products;
pub mod products_addons;
pub mod promotions;
pub mod promotions_phases;
pub mod refunds;
pub mod reward_coupon_templates;
pub mod reward_grants;
pub mod reward_rules;
pub mod sections;
pub mod store_custom_domains;
pub mod store_notification_channels;
pub mod store_settings;
pub mod subscriptions;
pub mod tickets;
pub mod tickets_messages;
pub mod upsell_offers;
pub mod variant_deliverable_files;
pub mod variant_deliverable_folders;
pub mod variant_deliverables;
pub mod variant_serials;
pub mod wallet;
pub mod wallet_bonus_tiers;
pub mod wallet_settings;
pub mod wallet_topups;
pub mod wallet_transactions;
pub mod webhook_channels;
pub mod webhook_platform;

pub use account::AccountApi;
pub use add_ons::AddOnsApi;
pub use add_ons_parent_products::AddOnsParentProductsApi;
pub use affiliate_payouts::AffiliatePayoutsApi;
pub use affiliate_program::AffiliateProgramApi;
pub use affiliate_referral_sessions::AffiliateReferralSessionsApi;
pub use affiliate_referrals::AffiliateReferralsApi;
pub use affiliates::AffiliatesApi;
pub use blacklists::BlacklistsApi;
pub use bookings::BookingsApi;
pub use bookings_calendar_events::BookingsCalendarEventsApi;
pub use bundle_items::BundleItemsApi;
pub use cashback_rules::CashbackRulesApi;
pub use charges::ChargesApi;
pub use community_connections::CommunityConnectionsApi;
pub use coupons::CouponsApi;
pub use courses::CoursesApi;
pub use courses_lessons::CoursesLessonsApi;
pub use courses_sections::CoursesSectionsApi;
pub use credits::CreditsApi;
pub use credits_balances::CreditsBalancesApi;
pub use credits_balances_transactions::CreditsBalancesTransactionsApi;
pub use credits_products::CreditsProductsApi;
pub use customer_portal::CustomerPortalApi;
pub use customer_sessions::CustomerSessionsApi;
pub use customers::CustomersApi;
pub use disputes::DisputesApi;
pub use entitlements::EntitlementsApi;
pub use events::EventsApi;
pub use exports::ExportsApi;
pub use feedback::FeedbackApi;
pub use groups::GroupsApi;
pub use groups_products::GroupsProductsApi;
pub use highlights::HighlightsApi;
pub use highlights_media::HighlightsMediaApi;
pub use invoices::InvoicesApi;
pub use license_instances::LicenseInstancesApi;
pub use licenses::LicensesApi;
pub use licenses_instances::LicensesInstancesApi;
pub use line_items::LineItemsApi;
pub use oauth::OAuthApi;
pub use oauth_management::OAuthManagementApi;
pub use orders::OrdersApi;
pub use orders_line_items::OrdersLineItemsApi;
pub use payment_methods::PaymentMethodsApi;
pub use payment_methods_custom::PaymentMethodsCustomApi;
pub use product_variants::ProductVariantsApi;
pub use product_variants_booking::ProductVariantsBookingApi;
pub use product_variants_pricing::ProductVariantsPricingApi;
pub use products::ProductsApi;
pub use products_addons::ProductsAddonsApi;
pub use promotions::PromotionsApi;
pub use promotions_phases::PromotionsPhasesApi;
pub use refunds::RefundsApi;
pub use reward_coupon_templates::RewardCouponTemplatesApi;
pub use reward_grants::RewardGrantsApi;
pub use reward_rules::RewardRulesApi;
pub use sections::SectionsApi;
pub use store_custom_domains::StoreCustomDomainsApi;
pub use store_notification_channels::StoreNotificationChannelsApi;
pub use store_settings::StoreSettingsApi;
pub use subscriptions::SubscriptionsApi;
pub use tickets::TicketsApi;
pub use tickets_messages::TicketsMessagesApi;
pub use upsell_offers::UpsellOffersApi;
pub use variant_deliverable_files::VariantDeliverableFilesApi;
pub use variant_deliverable_folders::VariantDeliverableFoldersApi;
pub use variant_deliverables::VariantDeliverablesApi;
pub use variant_serials::VariantSerialsApi;
pub use wallet::WalletApi;
pub use wallet_bonus_tiers::WalletBonusTiersApi;
pub use wallet_settings::WalletSettingsApi;
pub use wallet_topups::WalletTopupsApi;
pub use wallet_transactions::WalletTransactionsApi;
pub use webhook_channels::WebhookChannelsApi;
pub use webhook_platform::WebhookPlatformApi;