Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface will show the structure to Merchant

export interface Merchant {
id: string;
name: string;
short_name: string;
country: string;
currency: string;
logo_url: string;
term_and_conditions_url: string;
privacy_policies_url: string;
use_duna_send: boolean;
latitude: number;
longitude: number;
ok: boolean;
use_shipping_methods: boolean;
use_fixed_shipping_methods: boolean;
merchant_config?: MerchantConfig;
}

Hierarchy

  • Merchant

Index

Properties

country: string
currency: string
id: string
latitude: number
logo_url: string
longitude: number
merchant_config?: MerchantConfig
name: string
ok: boolean
privacy_policies_url: string
short_name: string
term_and_conditions_url: string
use_duna_send: boolean
use_fixed_shipping_methods: boolean
use_shipping_methods: boolean

Generated using TypeDoc