public final class Product extends Object
| Constructor and Description |
|---|
Product(String productName,
String shortCode,
boolean allowTrial,
int trialDays,
String authorizationMethod) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthorizationMethod() |
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 String getAuthorizationMethod()
Copyright © 2024 Cense Data Inc.. All rights reserved.