| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
RecurringPaymentTerm |
RecurringPaymentTerm.clone() |
RecurringPaymentTerm |
AcceptedTerm.getRecurringPaymentTerm()
Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.
|
RecurringPaymentTerm |
RecurringPaymentTerm.withBillingPeriod(String billingPeriod)
Defines the recurrence at which buyers are charged.
|
RecurringPaymentTerm |
RecurringPaymentTerm.withCurrencyCode(String currencyCode)
Defines the currency for the prices mentioned in this term.
|
RecurringPaymentTerm |
RecurringPaymentTerm.withPrice(String price)
Amount charged to the buyer every billing period.
|
RecurringPaymentTerm |
RecurringPaymentTerm.withType(String type)
Type of the term being updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptedTerm.setRecurringPaymentTerm(RecurringPaymentTerm recurringPaymentTerm)
Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.
|
AcceptedTerm |
AcceptedTerm.withRecurringPaymentTerm(RecurringPaymentTerm recurringPaymentTerm)
Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.
|
Copyright © 2024. All rights reserved.