public static interface CustomerUpdateRequest.ProductDetails
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBalanceId()
Gets the Balance Id in the product.
|
java.time.ZonedDateTime |
getEffectiveTime()
Returns the effective time for this product
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtendedAttributes()
Get the extended attributes for this product
|
java.lang.Long |
getExternalRevision()
Returns the External revision (the POID revision) of the product object
|
java.util.Map<java.lang.String,java.lang.String> |
getItemList()
Gets the item list
|
java.lang.Integer |
getLifecycleState()
Gets the Lifecycle State
|
java.util.Map<java.lang.String,java.lang.String> |
getNextItemList()
Gets the next item list
|
java.lang.String |
getPassword()
Gets the Product Password
|
java.lang.String |
getProductId()
Method to get the Product Id.
|
java.lang.String |
getProductType()
Method to get the Product Type.
|
java.util.Collection<java.lang.String> |
getPublicIdentifiers()
Gets the public Identifiers for ProductDetails
|
java.util.List<CustomerUpdateRequest.PurchasedOfferingDetails> |
getPurchasedOfferings()
Gets the list of Purchased Product Offerings in the Product Details.
|
java.lang.String |
getSubscriptionProductId()
Get the subscription product Id for this product
|
java.lang.String getProductId()
java.lang.String getProductType()
java.util.List<CustomerUpdateRequest.PurchasedOfferingDetails> getPurchasedOfferings()
java.lang.String getBalanceId()
java.util.Collection<java.lang.String> getPublicIdentifiers()
java.util.Map<java.lang.String,java.lang.String> getItemList()
java.util.Map<java.lang.String,java.lang.String> getNextItemList()
java.lang.String getPassword()
java.lang.Integer getLifecycleState()
java.lang.String getSubscriptionProductId()
java.util.Map<java.lang.String,java.lang.Object> getExtendedAttributes()
java.lang.Long getExternalRevision()
java.time.ZonedDateTime getEffectiveTime()