UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

5 lines 289 B
/** * Set of user-defined key-value pairs attached to the object. Partial updates are not supported. When updating, always submit whole metadata. Maximum of 64 parameters are allowed in the object. */ export type Metadata = Record<string, unknown>; //# sourceMappingURL=metadata.d.ts.map