pub struct CustomerIncome;Expand description
Type to represent the CustomerIncome report in quickbooks:
API Reference: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/report-entities/customerincome
Trait Implementations§
Source§impl QBReportType for CustomerIncome
impl QBReportType for CustomerIncome
type QueryParams = CustomerIncomeParams
fn url_name(&self) -> &'static str
Auto Trait Implementations§
impl Freeze for CustomerIncome
impl RefUnwindSafe for CustomerIncome
impl Send for CustomerIncome
impl Sync for CustomerIncome
impl Unpin for CustomerIncome
impl UnwindSafe for CustomerIncome
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more