UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

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