interface PaymentOpts {
    allowIncomplete?: boolean;
    validate?: boolean;
}

Properties

allowIncomplete?: boolean
validate?: boolean