Struct stripe::PaymentPagesCheckoutSessionTaxId[][src]

pub struct PaymentPagesCheckoutSessionTaxId {
    pub type_: PaymentPagesCheckoutSessionTaxIdType,
    pub value: Option<String>,
}

Fields

type_: PaymentPagesCheckoutSessionTaxIdType

The type of the tax ID, one of eu_vat, br_cnpj, br_cpf, nz_gst, au_abn, in_gst, no_vat, za_vat, ch_vat, mx_rfc, sg_uen, ru_inn, ru_kpp, ca_bn, hk_br, es_cif, tw_vat, th_vat, jp_cn, jp_rn, li_uid, my_itn, us_ein, kr_brn, ca_qst, my_sst, sg_gst, ae_trn, cl_tin, sa_vat, id_npwp, my_frp, or unknown.

value: Option<String>

The value of the tax ID.

Trait Implementations

impl Clone for PaymentPagesCheckoutSessionTaxId[src]

impl Debug for PaymentPagesCheckoutSessionTaxId[src]

impl<'de> Deserialize<'de> for PaymentPagesCheckoutSessionTaxId[src]

impl Serialize for PaymentPagesCheckoutSessionTaxId[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]