We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3d174 commit 0bcf71dCopy full SHA for 0bcf71d
types/common.ts
@@ -426,6 +426,8 @@ export type EntityType = "Corporation" | "LLC" | "Partnership" | "PubliclyTraded
426
427
428
export interface RichMerchantData {
429
+ name: string;
430
+ website?: string;
431
logo?: string // URL of the merchant's logo.
432
phone?: string // Phone number of the merchant.
433
categories?: Array<{ name: string; icon: string; }> // Array of categories the merchant belongs to (from the least specific to the most specific).
0 commit comments