wallee
Version:
TypeScript/JavaScript client for wallee
31 lines (30 loc) • 667 B
TypeScript
declare class PaymentTerminalTransactionSummaryReference {
/**
* A unique identifier for the object.
*/
'id'?: number;
/**
* The ID of the space this object belongs to.
*/
'linkedSpaceId'?: number;
/**
*
*/
'terminalId'?: number;
/**
*
*/
'terminalIdentifier'?: string;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}
export { PaymentTerminalTransactionSummaryReference };