interface PaymentMethodChangeEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    methodDetails?: any;
    methodName?: string;
}

Hierarchy (view full)

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
methodDetails?: any
methodName?: string

Generated using TypeDoc