UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

13 lines 295 B
export type CompanyIdentifier = { /** * The unique reference for the company identifier type as defined in the country SDK. * */ ref: string; /** * The company identifier value. * */ value: string; }; //# sourceMappingURL=company-identifier.d.ts.map