quickbooks-types 0.1.2

Type definitions for QuickBooks Online API
Documentation
mod account;
mod attachable;
mod bill;
mod bill_payment;
mod class;
pub mod common;
mod company_info;
mod customer;
mod employee;
mod estimate;
mod invoice;
mod item;
mod line;
mod payment;
mod preferences;
mod sales_receipt;
mod tax_code;
mod tax_rate;
mod term;
mod vendor;

pub use account::*;
pub use attachable::*;
pub use bill::*;
pub use bill_payment::*;
pub use class::*;
pub use company_info::*;
pub use customer::*;
pub use employee::*;
pub use estimate::*;
pub use invoice::*;
pub use item::*;
pub use line::*;
pub use payment::*;
pub use preferences::*;
pub use sales_receipt::*;
pub use tax_code::*;
pub use tax_rate::*;
pub use term::*;
pub use vendor::*;