export interface IPaymentStoreMeta { storeId?: string; storehubId?: string; storeName?: string; streetAddress?: string; latitude?: number; longitude?: number; city?: string; state?: string; country?: string; postCode?: string; timezone?: string; storeCode?: string; countryCode?: string; }