com.sap.cloud.mt.subscription.json.SubscriptionPayload Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of multi-tenant-subscription Show documentation
Show all versions of multi-tenant-subscription Show documentation
Spring Boot Enablement Parent
/******************************************************************************
* © 2020 SAP SE or an SAP affiliate company. All rights reserved. *
******************************************************************************/
package com.sap.cloud.mt.subscription.json;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public class SubscriptionPayload {
public String subscriptionAppId;//NOSONAR
public String subscriptionAppName;//NOSONAR
public String subscribedTenantId;//NOSONAR
public String subscribedSubdomain;//NOSONAR
public String subscribedSubaccountId;//NOSONAR
public String subscriptionAppPlan;//NOSONAR
public String subscriptionAppAmount;//NOSONAR
public String[] dependentServiceInstanceAppIds;//NOSONAR
public String[] dependantServiceInstanceAppIds;//NOSONAR
public String eventType;//NOSONAR
public String globalAccountGUID;//NOSONAR
public SubscriptionPayloadAddInfo additionalInformation;//NOSONAR
public String userId;//NOSONAR
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy