CheckoutSessionShippingAddressCollectionAllowedCountriesItem extension type
- on
- Implemented types
- Available extensions
Constructors
Properties
-
codeUnits
→ List<
int> -
An unmodifiable list of the UTF-16 code units of this string.
no setterinherited
- hashCode → int
-
A hash code derived from the code units of the string.
no setterinherited
- isEmpty → bool
-
Whether this string is empty.
no setterinherited
- isNotEmpty → bool
-
Whether this string is not empty.
no setterinherited
- length → int
-
The length of the string.
no setterinherited
- runes → Runes
-
An Iterable of Unicode code-points of this string.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toJS → JSString
-
Available on String, provided by the StringToJSString extension
Converts this String to a JSString.no setter
Methods
-
allMatches(
String string, [int start = 0]) → Iterable< Match> -
Matches this pattern against the string repeatedly.
inherited
-
codeUnitAt(
int index) → int -
Returns the 16-bit UTF-16 code unit at the given
index.inherited -
compareTo(
String other) → int -
Compares this string to
other.inherited -
contains(
Pattern other, [int startIndex = 0]) → bool -
Whether this string contains a match of
other.inherited -
encodeWith<
V> (Encoder< V> encoder) → V -
endsWith(
String other) → bool -
Whether this string ends with
other.inherited -
indexOf(
Pattern pattern, [int start = 0]) → int -
Returns the position of the first match of
patternin this string, starting atstart, inclusive:inherited -
lastIndexOf(
Pattern pattern, [int? start]) → int -
The starting position of the last match
patternin this string.inherited -
matchAsPrefix(
String string, [int start = 0]) → Match? -
Matches this pattern against the start of
string.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
padLeft(
int width, [String padding = ' ']) → String -
Pads this string on the left if it is shorter than
width.inherited -
padRight(
int width, [String padding = ' ']) → String -
Pads this string on the right if it is shorter than
width.inherited -
replaceAll(
Pattern from, String replace) → String -
Replaces all substrings that match
fromwithreplace.inherited -
replaceAllMapped(
Pattern from, String replace(Match match)) → String -
Replace all substrings that match
fromby a computed string.inherited -
replaceFirst(
Pattern from, String to, [int startIndex = 0]) → String -
Creates a new string with the first occurrence of
fromreplaced byto.inherited -
replaceFirstMapped(
Pattern from, String replace(Match match), [int startIndex = 0]) → String -
Replace the first occurrence of
fromin this string.inherited -
replaceRange(
int start, int? end, String replacement) → String -
Replaces the substring from
starttoendwithreplacement.inherited -
split(
Pattern pattern) → List< String> -
Splits the string at matches of
patternand returns a list of substrings.inherited -
splitMapJoin(
Pattern pattern, {String onMatch(Match)?, String onNonMatch(String)?}) → String -
Splits the string, converts its parts, and combines them into a new
string.
inherited
-
startsWith(
Pattern pattern, [int index = 0]) → bool -
Whether this string starts with a match of
pattern.inherited -
substring(
int start, [int? end]) → String -
The substring of this string from
start, inclusive, toend, exclusive.inherited -
toJson(
) → String -
toLowerCase(
) → String -
Converts all characters in this string to lower case.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toUpperCase(
) → String -
Converts all characters in this string to upper case.
inherited
-
trim(
) → String -
The string without any leading and trailing whitespace.
inherited
-
trimLeft(
) → String -
The string without any leading whitespace.
inherited
-
trimRight(
) → String -
The string without any trailing whitespace.
inherited
Operators
-
operator *(
int times) → String -
Creates a new string by concatenating this string with itself a number
of times.
inherited
-
operator +(
String other) → String -
Creates a new string by concatenating this string with
other.inherited -
operator ==(
Object other) → bool -
Whether
otheris aStringwith the same sequence of code units.inherited -
operator [](
int index) → String -
The character (as a single-code-unit String) at the given
index.inherited
Static Methods
-
encode<
V> (CheckoutSessionShippingAddressCollectionAllowedCountriesItem instance, Encoder< V> encoder) → V
Constants
- ac → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AC - ad → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AD - ae → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AE - af → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AF - ag → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AG - ai → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AI - al → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AL - am → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AM - ao → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AO - aq → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AQ - ar → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AR - at → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AT - au → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AU - aw → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AW - ax → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AX - az → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
AZ - ba → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BA - bb → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BB - bd → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BD - be → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BE - bf → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BF - bg → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BG - bh → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BH - bi → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BI - bj → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BJ - bl → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BL - bm → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BM - bn → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BN - bo → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BO - bq → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BQ - br → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BR - bs → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BS - bt → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BT - bv → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BV - bw → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BW - by → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BY - bz → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
BZ - ca → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CA - cd → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CD - cf → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CF - cg → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CG - ch → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CH - ci → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CI - ck → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CK - cl → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CL - cm → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CM - cn → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CN - co → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CO - cr → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CR - cv → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CV - cw → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CW - cy → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CY - cz → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
CZ - de → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
DE - dj → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
DJ - dk → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
DK - dm → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
DM - do_ → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
DO - dz → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
DZ - ec → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
EC - ee → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
EE - eg → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
EG - eh → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
EH - er → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
ER - es → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
ES - et → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
ET - fi → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
FI - fj → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
FJ - fk → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
FK - fo → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
FO - fr → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
FR - ga → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GA - gb → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GB - gd → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GD - ge → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GE - gf → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GF - gg → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GG - gh → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GH - gi → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GI - gl → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GL - gm → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GM - gn → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GN - gp → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GP - gq → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GQ - gr → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GR - gs → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GS - gt → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GT - gu → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GU - gw → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GW - gy → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
GY - hk → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
HK - hn → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
HN - hr → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
HR - ht → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
HT - hu → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
HU - id → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
ID - ie → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
IE - il → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
IL - im → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
IM - in_ → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
IN - io → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
IO - iq → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
IQ - is_ → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
IS - it → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
IT - je → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
JE - jm → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
JM - jo → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
JO - jp → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
JP - ke → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
KE - kg → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
KG - kh → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
KH - ki → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
KI - km → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
KM - kn → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
KN - kr → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
KR - kw → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
KW - ky → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
KY - kz → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
KZ - la → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
LA - lb → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
LB - lc → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
LC - li → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
LI - lk → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
LK - lr → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
LR - ls → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
LS - lt → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
LT - lu → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
LU - lv → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
LV - ly → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
LY - ma → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MA - mc → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MC - md → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MD - me → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
ME - mf → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MF - mg → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MG - mk → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MK - ml → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
ML - mm → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MM - mn → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MN - mo → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MO - mq → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MQ - mr → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MR - ms → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MS - mt → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MT - mu → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MU - mv → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MV - mw → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MW - mx → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MX - my → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MY - mz → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
MZ - na → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
NA - nc → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
NC - ne → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
NE - ng → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
NG - ni → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
NI - nl → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
NL - no → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
NO - np → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
NP - nr → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
NR - nu → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
NU - nz → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
NZ - om → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
OM - pa → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PA - pe → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PE - pf → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PF - pg → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PG - ph → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PH - pk → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PK - pl → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PL - pm → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PM - pn → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PN - pr → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PR - ps → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PS - pt → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PT - py → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
PY - qa → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
QA - re → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
RE - ro → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
RO - rs → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
RS - ru → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
RU - rw → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
RW - sa → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SA - sb → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SB - sc → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SC - se → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SE - sg → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SG - sh → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SH - si → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SI - sj → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SJ - sk → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SK - sl → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SL - sm → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SM - sn → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SN - so → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SO - sr → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SR - ss → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SS - st → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
ST - sv → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SV - sx → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SX - sz → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
SZ - ta → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TA - tc → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TC - td → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TD - tf → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TF - tg → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TG - th → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TH - tj → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TJ - tk → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TK - tl → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TL - tm → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TM - tn → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TN - to → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TO - tr → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TR - tt → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TT - tv → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TV - tw → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TW - tz → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
TZ - ua → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
UA - ug → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
UG - us → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
US - uy → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
UY - uz → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
UZ - va → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
VA - vc → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
VC - ve → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
VE - vg → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
VG - vn → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
VN - vu → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
VU - wf → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
WF - ws → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
WS - xk → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
XK - ye → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
YE - yt → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
YT - za → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
ZA - zm → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
ZM - zw → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
ZW - zz → const CheckoutSessionShippingAddressCollectionAllowedCountriesItem
-
ZZ