export type FieldsCardTokenParams = {
    cardId?: string;
    cardholderName?: string;
    identificationType?: string;
    identificationNumber?: string;
};
