Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MerchantResponse

This interface will show the structure to MerchantResponse

export interface MerchantResponse {
id: string;
country: string;
name: string;
stores: Store[];
currency: string;
logo_url: string;
privacy_policies_url: string;
term_and_conditions_url: string;
}

Hierarchy

  • MerchantResponse

Index

Properties

country: string
currency: string
id: string
logo_url: string
name: string
privacy_policies_url: string
stores: Store[]
term_and_conditions_url: string

Generated using TypeDoc