Interface PaymentMethodChangeEventInit

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

    Properties

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