@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias AccessMethodsAssignCardParameters

    type AccessMethodsAssignCardParameters = {
        access_method_id: string;
        card_number: string;
    }
    Index
    access_method_id: string

    ID of the access_method to assign the credential to.

    card_number: string

    Card number of the credential to assign.