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

    Type Alias AcsEncodersEncodeCredentialParameters

    type AcsEncodersEncodeCredentialParameters = {
        access_method_id?: string;
        acs_credential_id?: string;
        acs_encoder_id: string;
    }
    Index
    access_method_id?: string

    ID of the access_method to encode onto a card.

    acs_credential_id?: string

    ID of the acs_credential to encode onto a card.

    acs_encoder_id: string

    ID of the acs_encoder to use to encode the acs_credential.