Skip to content

Commit 0bcf71d

Browse files
Add name and website to rich merchant type (#383)
1 parent 2b3d174 commit 0bcf71d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/common.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@ export type EntityType = "Corporation" | "LLC" | "Partnership" | "PubliclyTraded
426426

427427

428428
export interface RichMerchantData {
429+
name: string;
430+
website?: string;
429431
logo?: string // URL of the merchant's logo.
430432
phone?: string // Phone number of the merchant.
431433
categories?: Array<{ name: string; icon: string; }> // Array of categories the merchant belongs to (from the least specific to the most specific).

0 commit comments

Comments
 (0)