AccountRequirementsErrorCode 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> (AccountRequirementsErrorCode instance, Encoder< V> encoder) → V
Constants
- invalidAddressCityStatePostalCode → const AccountRequirementsErrorCode
-
invalid_address_city_state_postal_code - invalidAddressHighwayContractBox → const AccountRequirementsErrorCode
-
invalid_address_highway_contract_box - invalidAddressPrivateMailbox → const AccountRequirementsErrorCode
-
invalid_address_private_mailbox - invalidBusinessProfileName → const AccountRequirementsErrorCode
-
invalid_business_profile_name - invalidBusinessProfileNameDenylisted → const AccountRequirementsErrorCode
-
invalid_business_profile_name_denylisted - invalidCompanyNameDenylisted → const AccountRequirementsErrorCode
-
invalid_company_name_denylisted - invalidDobAgeOverMaximum → const AccountRequirementsErrorCode
-
invalid_dob_age_over_maximum - invalidDobAgeUnder18 → const AccountRequirementsErrorCode
-
invalid_dob_age_under_18 - invalidDobAgeUnderMinimum → const AccountRequirementsErrorCode
-
invalid_dob_age_under_minimum - invalidProductDescriptionLength → const AccountRequirementsErrorCode
-
invalid_product_description_length - invalidProductDescriptionUrlMatch → const AccountRequirementsErrorCode
-
invalid_product_description_url_match - invalidRepresentativeCountry → const AccountRequirementsErrorCode
-
invalid_representative_country - invalidStatementDescriptorBusinessMismatch → const AccountRequirementsErrorCode
-
invalid_statement_descriptor_business_mismatch - invalidStatementDescriptorDenylisted → const AccountRequirementsErrorCode
-
invalid_statement_descriptor_denylisted - invalidStatementDescriptorLength → const AccountRequirementsErrorCode
-
invalid_statement_descriptor_length - invalidStatementDescriptorPrefixDenylisted → const AccountRequirementsErrorCode
-
invalid_statement_descriptor_prefix_denylisted - invalidStatementDescriptorPrefixMismatch → const AccountRequirementsErrorCode
-
invalid_statement_descriptor_prefix_mismatch - invalidStreetAddress → const AccountRequirementsErrorCode
-
invalid_street_address - invalidTaxId → const AccountRequirementsErrorCode
-
invalid_tax_id - invalidTaxIdFormat → const AccountRequirementsErrorCode
-
invalid_tax_id_format - invalidTosAcceptance → const AccountRequirementsErrorCode
-
invalid_tos_acceptance - invalidUrlDenylisted → const AccountRequirementsErrorCode
-
invalid_url_denylisted - invalidUrlFormat → const AccountRequirementsErrorCode
-
invalid_url_format - invalidUrlLength → const AccountRequirementsErrorCode
-
invalid_url_length - invalidUrlWebPresenceDetected → const AccountRequirementsErrorCode
-
invalid_url_web_presence_detected - invalidUrlWebsiteBusinessInformationMismatch → const AccountRequirementsErrorCode
-
invalid_url_website_business_information_mismatch - invalidUrlWebsiteEmpty → const AccountRequirementsErrorCode
-
invalid_url_website_empty - invalidUrlWebsiteInaccessible → const AccountRequirementsErrorCode
-
invalid_url_website_inaccessible - invalidUrlWebsiteInaccessibleGeoblocked → const AccountRequirementsErrorCode
-
invalid_url_website_inaccessible_geoblocked - invalidUrlWebsiteInaccessiblePasswordProtected → const AccountRequirementsErrorCode
-
invalid_url_website_inaccessible_password_protected - invalidUrlWebsiteIncomplete → const AccountRequirementsErrorCode
-
invalid_url_website_incomplete - invalidUrlWebsiteIncompleteCancellationPolicy → const AccountRequirementsErrorCode
-
invalid_url_website_incomplete_cancellation_policy - invalidUrlWebsiteIncompleteCustomerServiceDetails → const AccountRequirementsErrorCode
-
invalid_url_website_incomplete_customer_service_details - invalidUrlWebsiteIncompleteLegalRestrictions → const AccountRequirementsErrorCode
-
invalid_url_website_incomplete_legal_restrictions - invalidUrlWebsiteIncompleteRefundPolicy → const AccountRequirementsErrorCode
-
invalid_url_website_incomplete_refund_policy - invalidUrlWebsiteIncompleteReturnPolicy → const AccountRequirementsErrorCode
-
invalid_url_website_incomplete_return_policy - invalidUrlWebsiteIncompleteTermsAndConditions → const AccountRequirementsErrorCode
-
invalid_url_website_incomplete_terms_and_conditions - invalidUrlWebsiteIncompleteUnderConstruction → const AccountRequirementsErrorCode
-
invalid_url_website_incomplete_under_construction - invalidUrlWebsiteOther → const AccountRequirementsErrorCode
-
invalid_url_website_other - invalidValueOther → const AccountRequirementsErrorCode
-
invalid_value_other - verificationDirectorsMismatch → const AccountRequirementsErrorCode
-
verification_directors_mismatch - verificationDocumentAddressMismatch → const AccountRequirementsErrorCode
-
verification_document_address_mismatch - verificationDocumentAddressMissing → const AccountRequirementsErrorCode
-
verification_document_address_missing - verificationDocumentCorrupt → const AccountRequirementsErrorCode
-
verification_document_corrupt - verificationDocumentCountryNotSupported → const AccountRequirementsErrorCode
-
verification_document_country_not_supported - verificationDocumentDirectorsMismatch → const AccountRequirementsErrorCode
-
verification_document_directors_mismatch - verificationDocumentDobMismatch → const AccountRequirementsErrorCode
-
verification_document_dob_mismatch - verificationDocumentDuplicateType → const AccountRequirementsErrorCode
-
verification_document_duplicate_type - verificationDocumentExpired → const AccountRequirementsErrorCode
-
verification_document_expired - verificationDocumentFailedCopy → const AccountRequirementsErrorCode
-
verification_document_failed_copy - verificationDocumentFailedGreyscale → const AccountRequirementsErrorCode
-
verification_document_failed_greyscale - verificationDocumentFailedOther → const AccountRequirementsErrorCode
-
verification_document_failed_other - verificationDocumentFailedTestMode → const AccountRequirementsErrorCode
-
verification_document_failed_test_mode - verificationDocumentFraudulent → const AccountRequirementsErrorCode
-
verification_document_fraudulent - verificationDocumentIdNumberMismatch → const AccountRequirementsErrorCode
-
verification_document_id_number_mismatch - verificationDocumentIdNumberMissing → const AccountRequirementsErrorCode
-
verification_document_id_number_missing - verificationDocumentIncomplete → const AccountRequirementsErrorCode
-
verification_document_incomplete - verificationDocumentInvalid → const AccountRequirementsErrorCode
-
verification_document_invalid - verificationDocumentIssueOrExpiryDateMissing → const AccountRequirementsErrorCode
-
verification_document_issue_or_expiry_date_missing - verificationDocumentManipulated → const AccountRequirementsErrorCode
-
verification_document_manipulated - verificationDocumentMissingBack → const AccountRequirementsErrorCode
-
verification_document_missing_back - verificationDocumentMissingFront → const AccountRequirementsErrorCode
-
verification_document_missing_front - verificationDocumentNameMismatch → const AccountRequirementsErrorCode
-
verification_document_name_mismatch - verificationDocumentNameMissing → const AccountRequirementsErrorCode
-
verification_document_name_missing - verificationDocumentNationalityMismatch → const AccountRequirementsErrorCode
-
verification_document_nationality_mismatch - verificationDocumentNotReadable → const AccountRequirementsErrorCode
-
verification_document_not_readable - verificationDocumentNotSigned → const AccountRequirementsErrorCode
-
verification_document_not_signed - verificationDocumentNotUploaded → const AccountRequirementsErrorCode
-
verification_document_not_uploaded - verificationDocumentPhotoMismatch → const AccountRequirementsErrorCode
-
verification_document_photo_mismatch - verificationDocumentTooLarge → const AccountRequirementsErrorCode
-
verification_document_too_large - verificationDocumentTypeNotSupported → const AccountRequirementsErrorCode
-
verification_document_type_not_supported - verificationExtraneousDirectors → const AccountRequirementsErrorCode
-
verification_extraneous_directors - verificationFailedAddressMatch → const AccountRequirementsErrorCode
-
verification_failed_address_match - verificationFailedBusinessIecNumber → const AccountRequirementsErrorCode
-
verification_failed_business_iec_number - verificationFailedDocumentMatch → const AccountRequirementsErrorCode
-
verification_failed_document_match - verificationFailedIdNumberMatch → const AccountRequirementsErrorCode
-
verification_failed_id_number_match - verificationFailedKeyedIdentity → const AccountRequirementsErrorCode
-
verification_failed_keyed_identity - verificationFailedKeyedMatch → const AccountRequirementsErrorCode
-
verification_failed_keyed_match - verificationFailedNameMatch → const AccountRequirementsErrorCode
-
verification_failed_name_match - verificationFailedOther → const AccountRequirementsErrorCode
-
verification_failed_other - verificationFailedRepresentativeAuthority → const AccountRequirementsErrorCode
-
verification_failed_representative_authority - verificationFailedResidentialAddress → const AccountRequirementsErrorCode
-
verification_failed_residential_address - verificationFailedTaxIdMatch → const AccountRequirementsErrorCode
-
verification_failed_tax_id_match - verificationFailedTaxIdNotIssued → const AccountRequirementsErrorCode
-
verification_failed_tax_id_not_issued - verificationMissingDirectors → const AccountRequirementsErrorCode
-
verification_missing_directors - verificationMissingExecutives → const AccountRequirementsErrorCode
-
verification_missing_executives - verificationMissingOwners → const AccountRequirementsErrorCode
-
verification_missing_owners - verificationRequiresAdditionalMemorandumOfAssociations → const AccountRequirementsErrorCode
-
verification_requires_additional_memorandum_of_associations