Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The shippingType
read-only property of the
PaymentRequest
interface returns one of "shipping"
,
"delivery"
, "pickup"
, or null
if one was not
provided by the constructor.
Syntax
var shippingType = paymentRequest.shippingType
Value
One of "shipping"
, "delivery"
, "pickup"
, or
null
.
Specifications
Specification | Status | Comment |
---|---|---|
Payment Request API The definition of 'shippingType' in that specification. |
Candidate Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser