Mayson Monorepo Documentation
    Preparing search index...
    interface Checks {
        address_line1_check: string;
        address_postal_code_check: string;
        cvc_check: string;
    }
    Index

    Properties

    address_line1_check: string

    If a address line1 was provided, results of the check, one of pass, fail, unavailable, or unchecked.

    address_postal_code_check: string

    If a address postal code was provided, results of the check, one of pass, fail, unavailable, or unchecked.

    cvc_check: string

    If a CVC was provided, results of the check, one of pass, fail, unavailable, or unchecked.