pub struct CustomerInvoiceSettingsCustomFields {
pub name: String,
pub value: String,
}Fields§
§name: StringThe name of the custom field.
This may be up to 30 characters.
value: StringThe value of the custom field.
This may be up to 30 characters.
Trait Implementations§
source§impl Clone for CustomerInvoiceSettingsCustomFields
impl Clone for CustomerInvoiceSettingsCustomFields
source§fn clone(&self) -> CustomerInvoiceSettingsCustomFields
fn clone(&self) -> CustomerInvoiceSettingsCustomFields
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 CustomerInvoiceSettingsCustomFields
impl Default for CustomerInvoiceSettingsCustomFields
source§fn default() -> CustomerInvoiceSettingsCustomFields
fn default() -> CustomerInvoiceSettingsCustomFields
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CustomerInvoiceSettingsCustomFields
impl<'de> Deserialize<'de> for CustomerInvoiceSettingsCustomFields
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