methodDetails property

JSObject? get methodDetails

The read-only methodDetails property of the PaymentMethodChangeEvent interface is an object containing any data the payment handler may provide to describe the change the user has made to their payment method. The value is null if no details are available.

Implementation

external JSObject? get methodDetails;