| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
FreeTrialPricingTerm |
FreeTrialPricingTerm.clone() |
FreeTrialPricingTerm |
AcceptedTerm.getFreeTrialPricingTerm()
Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.
|
FreeTrialPricingTerm |
FreeTrialPricingTerm.withDuration(String duration)
Duration of the free trial period (5–31 days).
|
FreeTrialPricingTerm |
FreeTrialPricingTerm.withGrants(Collection<GrantItem> grants)
Entitlements granted to the acceptor of a free trial as part of an agreement execution.
|
FreeTrialPricingTerm |
FreeTrialPricingTerm.withGrants(GrantItem... grants)
Entitlements granted to the acceptor of a free trial as part of an agreement execution.
|
FreeTrialPricingTerm |
FreeTrialPricingTerm.withType(String type)
Category of the term.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptedTerm.setFreeTrialPricingTerm(FreeTrialPricingTerm freeTrialPricingTerm)
Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.
|
AcceptedTerm |
AcceptedTerm.withFreeTrialPricingTerm(FreeTrialPricingTerm freeTrialPricingTerm)
Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.
|
Copyright © 2024. All rights reserved.