PaymentAddress.recipient
The read-only recipient
property of the
PaymentAddress
interface returns a string containing the name of the
recipient, purchaser, or contact person at the payment address.
Syntax
var paymentRecipient = PaymentAddress.recipient;
Value
A DOMString
giving the name of the person receiving or paying for the
purchase, or the name of a contact person in other contexts. If no name is available,
this string is empty.
Specifications
Specification | Status | Comment |
---|---|---|
Payment Request API The definition of 'PaymentAddress.recipient' in that specification. |
Candidate Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser