export type GetCompanyNameByTaxIDInput = {
    "MerchantID": string,
    "UnifiedBusinessNo": string
}

export type GetCompanyNameByTaxIDOutput = {
    "RtnCode": number,
    "RtnMsg": string,
    "CompanyName": string
}