All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cloud.sdk.cloudplatform.metering.TenantUserPair Maven / Gradle / Ivy

Go to download

Implementation of the Cloud platform abstraction for API metering functionality on the SAP Cloud Platform (Neo).

There is a newer version: 2.28.0
Show newest version
/*
 * Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
 */

package com.sap.cloud.sdk.cloudplatform.metering;

import lombok.Data;

@Data
class TenantUserPair
{
    private final String tenantId;
    private final String accountId;
    private final Integer numberOfUsers;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy