Liking cljdoc? Tell your friends :D

web.payments.AddressErrors

The AddressErrors dictionary is used by the Payment Request API to report validation errors in a physical address (typically billing address or a shipping address).

The AddressErrors dictionary is used by the Payment Request API
to report validation errors in a physical address (typically
billing address or a shipping address).
raw docstring

address-linecljs

(address-line this)

Property.

An object based on web.payments.AddressErrors includes an addressLine when validation of the address finds one or more errors in the of strings in the address's addressLine. The returned string the error and should offer suggestions for how to correct it.

var addressLineError = AddressErrors.addressLine;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/addressLine

Property.

An object based on `web.payments.AddressErrors` includes an addressLine
when validation of the address finds one or more errors in the
of strings in the address's `addressLine`. The returned string
the error and should offer suggestions for how to correct it.

`var addressLineError = AddressErrors.addressLine;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/addressLine`
sourceraw docstring

citycljs

(city this)

Property.

An object based on web.payments.AddressErrors includes a city when validation of the address fails for the value given for address's city property. The returned string explains the error should offer suggestions for how to correct it.

var cityError = AddressErrors.city;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/city

Property.

An object based on `web.payments.AddressErrors` includes a city
when validation of the address fails for the value given for
address's `city` property. The returned string explains the error
should offer suggestions for how to correct it.

`var cityError = AddressErrors.city;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/city`
sourceraw docstring

countrycljs

(country this)

Property.

An object based on web.payments.AddressErrors includes a country if during validation of the address the specified value of country determined to be invalid. The value is a string describing the and should offer suggestions for how to correct it.

var countryError = AddressErrors.country;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/country

Property.

An object based on `web.payments.AddressErrors` includes a country
if during validation of the address the specified value of `country`
determined to be invalid. The value is a string describing the
and should offer suggestions for how to correct it.

`var countryError = AddressErrors.country;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/country`
sourceraw docstring

dependent-localitycljs

(dependent-locality this)

Property.

An object based on web.payments.AddressErrors includes a dependentLocality when the address's dependentLocality property couldn't be validated. returned string explains the error and should offer suggestions how to correct it.

var localityError = AddressErrors.dependentLocality;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/dependentLocality

Property.

An object based on `web.payments.AddressErrors` includes a dependentLocality
when the address's `dependentLocality` property couldn't be validated.
returned string explains the error and should offer suggestions
how to correct it.

`var localityError = AddressErrors.dependentLocality;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/dependentLocality`
sourceraw docstring

language-codecljs

(language-code this)

Property.

An object based on web.payments.AddressErrors includes a languageCode when the address's languageCode property couldn't be validated. returned string explains the error and should offer suggestions how to correct it.

var languageError = AddressErrors.languageCode;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/languageCode

Property.

An object based on `web.payments.AddressErrors` includes a languageCode
when the address's `languageCode` property couldn't be validated.
returned string explains the error and should offer suggestions
how to correct it.

`var languageError = AddressErrors.languageCode;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/languageCode`
sourceraw docstring

organizationcljs

(organization this)

Property.

An object based on web.payments.AddressErrors includes an organization when the address's organization property couldn't be validated. returned string explains the error and should offer suggestions how to correct it.

var organizationError = AddressErrors.organization;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/organization

Property.

An object based on `web.payments.AddressErrors` includes an organization
when the address's `organization` property couldn't be validated.
returned string explains the error and should offer suggestions
how to correct it.

`var organizationError = AddressErrors.organization;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/organization`
sourceraw docstring

phonecljs

(phone this)

Property.

An object based on web.payments.AddressErrors includes a phone when the address's phone property couldn't be validated. The string explains the error and should offer suggestions for how correct it.

var phoneError = AddressErrors.phone;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/phone

Property.

An object based on `web.payments.AddressErrors` includes a phone
when the address's `phone` property couldn't be validated. The
string explains the error and should offer suggestions for how
correct it.

`var phoneError = AddressErrors.phone;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/phone`
sourceraw docstring

postal-codecljs

(postal-code this)

Property.

An object based on web.payments.AddressErrors includes a postalCode when the address's postalCode property couldn't be validated. returned string explains the error and should offer suggestions how to correct it.

var postcodeError = AddressErrors.postCode;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/postalCode

Property.

An object based on `web.payments.AddressErrors` includes a postalCode
when the address's `postalCode` property couldn't be validated.
returned string explains the error and should offer suggestions
how to correct it.

`var postcodeError = AddressErrors.postCode;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/postalCode`
sourceraw docstring

recipientcljs

(recipient this)

Property.

An object based on web.payments.AddressErrors includes a recipient when the address's recipient property couldn't be validated. returned string explains the error and should offer suggestions how to correct it.

var recipientError = AddressErrors.recipient;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/recipient

Property.

An object based on `web.payments.AddressErrors` includes a recipient
when the address's `recipient` property couldn't be validated.
returned string explains the error and should offer suggestions
how to correct it.

`var recipientError = AddressErrors.recipient;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/recipient`
sourceraw docstring

regioncljs

(region this)

Property.

An object based on web.payments.AddressErrors includes a region when the address's region property couldn't be validated. The string explains the error and should offer suggestions for how correct it.

var regionError = AddressErrors.region;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/region

Property.

An object based on `web.payments.AddressErrors` includes a region
when the address's `region` property couldn't be validated. The
string explains the error and should offer suggestions for how
correct it.

`var regionError = AddressErrors.region;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/region`
sourceraw docstring

region-codecljs

(region-code this)

Property.

An object based on web.payments.AddressErrors includes a regionCode when the address's regionCode property couldn't be validated. returned string explains the error and should offer suggestions how to correct it.

var regionCodeError = AddressErrors.regionCode;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/regionCode

Property.

An object based on `web.payments.AddressErrors` includes a regionCode
when the address's `regionCode` property couldn't be validated.
returned string explains the error and should offer suggestions
how to correct it.

`var regionCodeError = AddressErrors.regionCode;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/regionCode`
sourceraw docstring

set-address-line!cljs

(set-address-line! this val)

Property.

An object based on web.payments.AddressErrors includes an addressLine when validation of the address finds one or more errors in the of strings in the address's addressLine. The returned string the error and should offer suggestions for how to correct it.

var addressLineError = AddressErrors.addressLine;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/addressLine

Property.

An object based on `web.payments.AddressErrors` includes an addressLine
when validation of the address finds one or more errors in the
of strings in the address's `addressLine`. The returned string
the error and should offer suggestions for how to correct it.

`var addressLineError = AddressErrors.addressLine;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/addressLine`
sourceraw docstring

set-country!cljs

(set-country! this val)

Property.

An object based on web.payments.AddressErrors includes a country if during validation of the address the specified value of country determined to be invalid. The value is a string describing the and should offer suggestions for how to correct it.

var countryError = AddressErrors.country;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/country

Property.

An object based on `web.payments.AddressErrors` includes a country
if during validation of the address the specified value of `country`
determined to be invalid. The value is a string describing the
and should offer suggestions for how to correct it.

`var countryError = AddressErrors.country;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/country`
sourceraw docstring

set-language-code!cljs

(set-language-code! this val)

Property.

An object based on web.payments.AddressErrors includes a languageCode when the address's languageCode property couldn't be validated. returned string explains the error and should offer suggestions how to correct it.

var languageError = AddressErrors.languageCode;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/languageCode

Property.

An object based on `web.payments.AddressErrors` includes a languageCode
when the address's `languageCode` property couldn't be validated.
returned string explains the error and should offer suggestions
how to correct it.

`var languageError = AddressErrors.languageCode;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/languageCode`
sourceraw docstring

sorting-codecljs

(sorting-code this)

Property.

An object based on web.payments.AddressErrors includes a sortingCode when the address's sortingCode property couldn't be validated. returned string explains the error and should offer suggestions how to correct it.

var sortingCodeError = AddressErrors.sortingCode;

See also: https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/sortingCode

Property.

An object based on `web.payments.AddressErrors` includes a sortingCode
when the address's `sortingCode` property couldn't be validated.
returned string explains the error and should offer suggestions
how to correct it.

`var sortingCodeError = AddressErrors.sortingCode;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AddressErrors/sortingCode`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close