Struct stripe::model::InvoiceSettingCustomerSetting
source · pub struct InvoiceSettingCustomerSetting {
pub custom_fields: Option<Vec<InvoiceSettingCustomField>>,
pub default_payment_method: Option<Value>,
pub footer: Option<String>,
pub rendering_options: Option<Value>,
}Fields§
§custom_fields: Option<Vec<InvoiceSettingCustomField>>§default_payment_method: Option<Value>§rendering_options: Option<Value>Trait Implementations§
source§impl Clone for InvoiceSettingCustomerSetting
impl Clone for InvoiceSettingCustomerSetting
source§fn clone(&self) -> InvoiceSettingCustomerSetting
fn clone(&self) -> InvoiceSettingCustomerSetting
Returns a copy 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 Default for InvoiceSettingCustomerSetting
impl Default for InvoiceSettingCustomerSetting
source§fn default() -> InvoiceSettingCustomerSetting
fn default() -> InvoiceSettingCustomerSetting
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InvoiceSettingCustomerSetting
impl<'de> Deserialize<'de> for InvoiceSettingCustomerSetting
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 RefUnwindSafe for InvoiceSettingCustomerSetting
impl Send for InvoiceSettingCustomerSetting
impl Sync for InvoiceSettingCustomerSetting
impl Unpin for InvoiceSettingCustomerSetting
impl UnwindSafe for InvoiceSettingCustomerSetting
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