UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

8 lines 271 B
export type Ownership = { /** * The percent of ownership shares held by the person expressed in percent mille (1/100000). Only persons with the relationship `owner` can have ownership. * */ share: number; }; //# sourceMappingURL=ownership.d.cts.map