| Package | Description |
|---|---|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| Modifier and Type | Method and Description |
|---|---|
static LicenseBuilder |
LicenseBuilder.newLicense() |
LicenseBuilder |
LicenseBuilder.withCreated(Date created) |
LicenseBuilder |
LicenseBuilder.withPaidUntil(Date paidUntil) |
LicenseBuilder |
LicenseBuilder.withPlan(Plan plan) |
LicenseBuilder |
LicenseBuilder.withStatus(String status) |
LicenseBuilder |
LicenseBuilder.withTransaction(Date created,
CreditCard creditCard,
Price price) |
LicenseBuilder |
LicenseBuilder.withTransaction(Transaction transaction) |
LicenseBuilder |
LicenseBuilder.withTransactions(List<Transaction> transactions) |
Copyright 2022 OneSpan All rights reserved.