| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
Price |
Transaction.getPrice() |
Price |
Plan.getPrice() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.setPrice(Price price) |
void |
Plan.setPrice(Price price) |
| Modifier and Type | Method and Description |
|---|---|
Price |
PriceBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
PlanBuilder |
PlanBuilder.withPrice(Price price) |
LicenseBuilder |
LicenseBuilder.withTransaction(Date created,
CreditCard creditCard,
Price price) |
| Modifier and Type | Method and Description |
|---|---|
Price |
PriceConverter.toSDKPrice() |
| Constructor and Description |
|---|
PriceConverter(Price sdkPrice) |
Copyright 2022 OneSpan All rights reserved.