payment
The authorized payment information for this transaction.
Declaration
readonly attribute ApplePayPayment payment;Discussion
This attribute is contained by the onpaymentauthorized event. Access this attribute using the event parameter in the callback function; for example, var payinfo = event.payment;.
ApplePayPayment contains billingContact and shippingContact if they were requested, and it also contains ApplePayPaymentToken.