pub struct CustomerBalanceDetail;Expand description
Type to represent the CustomerBalanceDetail report in quickbooks:
API Reference: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/report-entities/customerbalancedetail
Trait Implementations§
Source§impl QBReportType for CustomerBalanceDetail
impl QBReportType for CustomerBalanceDetail
type QueryParams = CustomerBalanceDetailParams
fn url_name(&self) -> &'static str
Auto Trait Implementations§
impl Freeze for CustomerBalanceDetail
impl RefUnwindSafe for CustomerBalanceDetail
impl Send for CustomerBalanceDetail
impl Sync for CustomerBalanceDetail
impl Unpin for CustomerBalanceDetail
impl UnwindSafe for CustomerBalanceDetail
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