#[non_exhaustive]pub enum PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries {
Show 239 variants
Ac,
Ad,
Ae,
Af,
Ag,
Ai,
Al,
Am,
Ao,
Aq,
Ar,
At,
Au,
Aw,
Ax,
Az,
Ba,
Bb,
Bd,
Be,
Bf,
Bg,
Bh,
Bi,
Bj,
Bl,
Bm,
Bn,
Bo,
Bq,
Br,
Bs,
Bt,
Bv,
Bw,
By,
Bz,
Ca,
Cd,
Cf,
Cg,
Ch,
Ci,
Ck,
Cl,
Cm,
Cn,
Co,
Cr,
Cv,
Cw,
Cy,
Cz,
De,
Dj,
Dk,
Dm,
Do,
Dz,
Ec,
Ee,
Eg,
Eh,
Er,
Es,
Et,
Fi,
Fj,
Fk,
Fo,
Fr,
Ga,
Gb,
Gd,
Ge,
Gf,
Gg,
Gh,
Gi,
Gl,
Gm,
Gn,
Gp,
Gq,
Gr,
Gs,
Gt,
Gu,
Gw,
Gy,
Hk,
Hn,
Hr,
Ht,
Hu,
Id,
Ie,
Il,
Im,
In,
Io,
Iq,
Is,
It,
Je,
Jm,
Jo,
Jp,
Ke,
Kg,
Kh,
Ki,
Km,
Kn,
Kr,
Kw,
Ky,
Kz,
La,
Lb,
Lc,
Li,
Lk,
Lr,
Ls,
Lt,
Lu,
Lv,
Ly,
Ma,
Mc,
Md,
Me,
Mf,
Mg,
Mk,
Ml,
Mm,
Mn,
Mo,
Mq,
Mr,
Ms,
Mt,
Mu,
Mv,
Mw,
Mx,
My,
Mz,
Na,
Nc,
Ne,
Ng,
Ni,
Nl,
No,
Np,
Nr,
Nu,
Nz,
Om,
Pa,
Pe,
Pf,
Pg,
Ph,
Pk,
Pl,
Pm,
Pn,
Pr,
Ps,
Pt,
Py,
Qa,
Re,
Ro,
Rs,
Ru,
Rw,
Sa,
Sb,
Sc,
Sd,
Se,
Sg,
Sh,
Si,
Sj,
Sk,
Sl,
Sm,
Sn,
So,
Sr,
Ss,
St,
Sv,
Sx,
Sz,
Ta,
Tc,
Td,
Tf,
Tg,
Th,
Tj,
Tk,
Tl,
Tm,
Tn,
To,
Tr,
Tt,
Tv,
Tw,
Tz,
Ua,
Ug,
Us,
Uy,
Uz,
Va,
Vc,
Ve,
Vg,
Vn,
Vu,
Wf,
Ws,
Xk,
Ye,
Yt,
Za,
Zm,
Zw,
Zz,
Unknown(String),
}
Expand description
An array of two-letter ISO country codes representing which countries Checkout should provide as options for.
shipping locations.
Unsupported country codes: AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SY, UM, VI
.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Ac
Ad
Ae
Af
Ag
Ai
Al
Am
Ao
Aq
Ar
At
Au
Aw
Ax
Az
Ba
Bb
Bd
Be
Bf
Bg
Bh
Bi
Bj
Bl
Bm
Bn
Bo
Bq
Br
Bs
Bt
Bv
Bw
By
Bz
Ca
Cd
Cf
Cg
Ch
Ci
Ck
Cl
Cm
Cn
Co
Cr
Cv
Cw
Cy
Cz
De
Dj
Dk
Dm
Do
Dz
Ec
Ee
Eg
Eh
Er
Es
Et
Fi
Fj
Fk
Fo
Fr
Ga
Gb
Gd
Ge
Gf
Gg
Gh
Gi
Gl
Gm
Gn
Gp
Gq
Gr
Gs
Gt
Gu
Gw
Gy
Hk
Hn
Hr
Ht
Hu
Id
Ie
Il
Im
In
Io
Iq
Is
It
Je
Jm
Jo
Jp
Ke
Kg
Kh
Ki
Km
Kn
Kr
Kw
Ky
Kz
La
Lb
Lc
Li
Lk
Lr
Ls
Lt
Lu
Lv
Ly
Ma
Mc
Md
Me
Mf
Mg
Mk
Ml
Mm
Mn
Mo
Mq
Mr
Ms
Mt
Mu
Mv
Mw
Mx
My
Mz
Na
Nc
Ne
Ng
Ni
Nl
No
Np
Nr
Nu
Nz
Om
Pa
Pe
Pf
Pg
Ph
Pk
Pl
Pm
Pn
Pr
Ps
Pt
Py
Qa
Re
Ro
Rs
Ru
Rw
Sa
Sb
Sc
Sd
Se
Sg
Sh
Si
Sj
Sk
Sl
Sm
Sn
So
Sr
Ss
St
Sv
Sx
Sz
Ta
Tc
Td
Tf
Tg
Th
Tj
Tk
Tl
Tm
Tn
To
Tr
Tt
Tv
Tw
Tz
Ua
Ug
Us
Uy
Uz
Va
Vc
Ve
Vg
Vn
Vu
Wf
Ws
Xk
Ye
Yt
Za
Zm
Zw
Zz
Unknown(String)
An unrecognized value from Stripe. Should not be used as a request parameter.
Implementations§
Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
impl Clone for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
Source§fn clone(
&self,
) -> PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
fn clone( &self, ) -> PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
Returns a duplicate 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 FromValueOpt for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
impl FromValueOpt for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
impl PartialEq for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
Source§fn eq(
&self,
other: &PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries,
) -> bool
fn eq( &self, other: &PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
impl StructuralPartialEq for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
impl RefUnwindSafe for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
impl Send for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
impl Sync for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
impl Unpin for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
impl UnwindSafe for PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
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