UNPKG

ecpay-einvoice-ts

Version:

ECPay e-invoice SDK for TypeScript

10 lines (9 loc) 229 B
export type GetCompanyNameByTaxIDInput = { "MerchantID": string, "UnifiedBusinessNo": string } export type GetCompanyNameByTaxIDOutput = { "RtnCode": number, "RtnMsg": string, "CompanyName": string }