/** * @example * { * bin: "bin" * } */ export interface EnrichmentsGetCardDetailsRequest { bin: string; }