/** * @example * {} */ export interface BrandsGetRequest { /** * Optional flag to mask the Employer Identification Number in the response for security purposes.
* * When you set this to true, the EIN value will be replaced with a masked placeholder instead of the actual number. */ hideEIN?: boolean; }