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;}
Generated using TypeDoc
This interface will show the structure to MerchantResponse