Options
All
  • Public
  • Public/Protected
  • All
Menu

In this interface we will see the structure of Merchant

interface Merchant {
id: string;
store_code: string;
}

Hierarchy

  • Merchant

Index

Properties

Properties

id: string
store_code: string

Generated using TypeDoc