details property
JSObject
get
details
The details
read-only property of the
PaymentResponse interface returns a JSON-serializable object that
provides a payment method specific message used by the merchant to process
the
transaction and determine a successful funds transfer.
This data is returned by the payment app that satisfies the payment request. Developers need to consult whomever controls the URL for the expected shape of the details object.
Implementation
external JSObject get details;