AddressErrors.phone
An object based on AddressErrors
includes a phone
property when the address's phone
property couldn't be validated. The returned string explains the error and should offer suggestions for how to correct it.
Syntax
var phoneError = AddressErrors.phone;
Value
If the value specified in the PaymentAddress
object's phone
property could not be validated, this property contains a DOMString
offering a human-readable explanation of the validation error and offers suggestions for correcting it.
If the phone
value was validated successfully, this property is not included in the AddressErrors
object.
Specifications
Specification | Status | Comment |
---|---|---|
Payment Request API The definition of 'AddressErrors.phone' in that specification. |
Candidate Recommendation | Initial definition. |