checkoutPageURLTemplate constant
IRI for schemahttp:checkoutPageURLTemplate [Expects: http://schema.org/Text]
A URL template (RFC 6570) for a checkout page for an offer. This approach allows merchants to specify a URL for online checkout of the offered product, by interpolating parameters such as the logged in user ID, product ID, quantity, discount code etc. Parameter naming and standardization are not specified here.
Can be used on: http://schema.org/Offer
Implementation
static const checkoutPageURLTemplate = IriTerm.prevalidated(
'http://schema.org/checkoutPageURLTemplate',
);