pub struct UpdateSubscriptionAutomaticTax {
pub enabled: bool,
}Fields§
§enabled: boolEnabled automatic tax calculation which will automatically compute tax rates on all invoices generated by the subscription.
Trait Implementations§
source§impl Clone for UpdateSubscriptionAutomaticTax
impl Clone for UpdateSubscriptionAutomaticTax
source§fn clone(&self) -> UpdateSubscriptionAutomaticTax
fn clone(&self) -> UpdateSubscriptionAutomaticTax
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 UpdateSubscriptionAutomaticTax
impl Default for UpdateSubscriptionAutomaticTax
source§fn default() -> UpdateSubscriptionAutomaticTax
fn default() -> UpdateSubscriptionAutomaticTax
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdateSubscriptionAutomaticTax
impl<'de> Deserialize<'de> for UpdateSubscriptionAutomaticTax
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