public final class Product extends Object
Constructor and Description |
---|
Product(String productName,
String shortCode,
boolean allowTrial,
int trialDays,
com.google.gson.JsonElement metadata,
String authorizationMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAuthorizationMethod() |
com.google.gson.JsonElement |
getMetadata()
JSON metadata of the product.
|
String |
getProductName()
Name of the product.
|
String |
getShortCode()
Short code of the product.
|
int |
getTrialDays()
Number of trial days.
|
int |
hashCode() |
boolean |
isAllowTrial()
Boolean value indicating is trial allowed.
|
String |
toString() |
public String getProductName()
public String getShortCode()
public boolean isAllowTrial()
public int getTrialDays()
public com.google.gson.JsonElement getMetadata()
public String getAuthorizationMethod()
Copyright © 2025 Cense Data Inc.. All rights reserved.