pub struct InvoiceSettingQuoteSetting {
pub days_until_due: Option<u32>,
pub issuer: ConnectAccountReference,
}
Fields§
§days_until_due: Option<u32>
Number of days within which a customer must pay invoices generated by this quote.
This value will be null
for quotes where collection_method=charge_automatically
.
issuer: ConnectAccountReference
Trait Implementations§
Source§impl Clone for InvoiceSettingQuoteSetting
impl Clone for InvoiceSettingQuoteSetting
Source§fn clone(&self) -> InvoiceSettingQuoteSetting
fn clone(&self) -> InvoiceSettingQuoteSetting
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 InvoiceSettingQuoteSetting
impl Debug for InvoiceSettingQuoteSetting
Source§impl FromValueOpt for InvoiceSettingQuoteSetting
impl FromValueOpt for InvoiceSettingQuoteSetting
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for InvoiceSettingQuoteSetting
impl RefUnwindSafe for InvoiceSettingQuoteSetting
impl Send for InvoiceSettingQuoteSetting
impl Sync for InvoiceSettingQuoteSetting
impl Unpin for InvoiceSettingQuoteSetting
impl UnwindSafe for InvoiceSettingQuoteSetting
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