public class Subscription extends Object
Constructor and Description |
---|
Subscription(String subaccountId,
String globalAccountId,
String plan,
String subdomain,
ZonedDateTime created) |
Modifier and Type | Method and Description |
---|---|
ZonedDateTime |
getCreated() |
String |
getGlobalAccountId() |
String |
getPlan() |
String |
getSubaccountId() |
String |
getSubdomain() |
public Subscription(String subaccountId, String globalAccountId, String plan, String subdomain, ZonedDateTime created)
public String getSubaccountId()
public String getGlobalAccountId()
public String getPlan()
public String getSubdomain()
public ZonedDateTime getCreated()
Copyright © 2019 SAP SE. All rights reserved.