pub struct BillingReport {
pub branch_id: Option<String>,
pub manager_id: Option<String>,
}Expand description
Fields§
§branch_id: Option<String>Обязательное поле только для офлайн-магазинов. Идентификатор точки продаж Max length: 2048
manager_id: Option<String>Обязательное поле только для офлайн-магазинов. Идентификатор менеджера Max length: 2048
Implementations§
Source§impl BillingReport
impl BillingReport
Sourcepub fn new<'fn_lifetime>() -> BillingReportBuilder<'fn_lifetime, (), (), (), ()>
pub fn new<'fn_lifetime>() -> BillingReportBuilder<'fn_lifetime, (), (), (), ()>
Creating a builder.
§Optional Fields
§branch_id
- Type:
Option < String > - Default:
None
Обязательное поле только для офлайн-магазинов. Идентификатор точки продаж Max length: 2048
§manager_id
- Type:
Option < String > - Default:
None
Обязательное поле только для офлайн-магазинов. Идентификатор менеджера Max length: 2048
Trait Implementations§
Source§impl Clone for BillingReport
impl Clone for BillingReport
Source§fn clone(&self) -> BillingReport
fn clone(&self) -> BillingReport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BillingReport
impl Debug for BillingReport
Source§impl<'de> Deserialize<'de> for BillingReport
impl<'de> Deserialize<'de> for BillingReport
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BillingReport
impl RefUnwindSafe for BillingReport
impl Send for BillingReport
impl Sync for BillingReport
impl Unpin for BillingReport
impl UnwindSafe for BillingReport
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