| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
FixedUpfrontPricingTerm |
FixedUpfrontPricingTerm.clone() |
FixedUpfrontPricingTerm |
AcceptedTerm.getFixedUpfrontPricingTerm()
Defines a pre-paid pricing model where the customers are charged a fixed upfront amount.
|
FixedUpfrontPricingTerm |
FixedUpfrontPricingTerm.withCurrencyCode(String currencyCode)
Defines the currency for the prices mentioned in this term.
|
FixedUpfrontPricingTerm |
FixedUpfrontPricingTerm.withDuration(String duration)
Contract duration for the terms.
|
FixedUpfrontPricingTerm |
FixedUpfrontPricingTerm.withGrants(Collection<GrantItem> grants)
Entitlements granted to the acceptor of fixed upfront as part of agreement execution.
|
FixedUpfrontPricingTerm |
FixedUpfrontPricingTerm.withGrants(GrantItem... grants)
Entitlements granted to the acceptor of fixed upfront as part of agreement execution.
|
FixedUpfrontPricingTerm |
FixedUpfrontPricingTerm.withPrice(String price)
Fixed amount to be charged to the customer when this term is accepted.
|
FixedUpfrontPricingTerm |
FixedUpfrontPricingTerm.withType(String type)
Category of the term being updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptedTerm.setFixedUpfrontPricingTerm(FixedUpfrontPricingTerm fixedUpfrontPricingTerm)
Defines a pre-paid pricing model where the customers are charged a fixed upfront amount.
|
AcceptedTerm |
AcceptedTerm.withFixedUpfrontPricingTerm(FixedUpfrontPricingTerm fixedUpfrontPricingTerm)
Defines a pre-paid pricing model where the customers are charged a fixed upfront amount.
|
Copyright © 2023. All rights reserved.