| [ Web Proxy ] |
| Viewing: https://developer.squareup.com/reference/sdks/web/payments/objects/ShippingErrors | [Back] [Original] |
Objects
Details about digital wallet shipping address errors
ShippingErrors provides the address field whose value is in error and
the details of the error. Each ShippingError object describes one address
field with its corresponding error.
Indicate the address lines are not valid.
Indicate the city/locality is not valid.
Indicate the country is not valid.
Indicate the postal code is not valid.
Indicate the state/province/region is not valid.
const shippingErrors = {
postalCode: 'A valid US Zip Code is required. Please check and try again.'
}| Web Proxy Viewer | New URL | Original Page |