Struct stripe::generated::billing::credit_note::CreditNoteTaxAmount
source · pub struct CreditNoteTaxAmount {
pub amount: i64,
pub inclusive: bool,
pub tax_rate: Expandable<TaxRate>,
}Fields§
§amount: i64The amount, in %s, of the tax.
inclusive: boolWhether this tax amount is inclusive or exclusive.
tax_rate: Expandable<TaxRate>The tax rate that was applied to get this tax amount.
Trait Implementations§
source§impl Clone for CreditNoteTaxAmount
impl Clone for CreditNoteTaxAmount
source§fn clone(&self) -> CreditNoteTaxAmount
fn clone(&self) -> CreditNoteTaxAmount
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 Debug for CreditNoteTaxAmount
impl Debug for CreditNoteTaxAmount
source§impl Default for CreditNoteTaxAmount
impl Default for CreditNoteTaxAmount
source§fn default() -> CreditNoteTaxAmount
fn default() -> CreditNoteTaxAmount
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CreditNoteTaxAmount
impl<'de> Deserialize<'de> for CreditNoteTaxAmount
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