| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
PaymentScheduleTerm |
PaymentScheduleTerm.clone() |
PaymentScheduleTerm |
AcceptedTerm.getPaymentScheduleTerm()
Defines an installment-based pricing model where customers are charged a fixed price on different dates during
the agreement validity period.
|
PaymentScheduleTerm |
PaymentScheduleTerm.withCurrencyCode(String currencyCode)
Defines the currency for the prices mentioned in the term.
|
PaymentScheduleTerm |
PaymentScheduleTerm.withSchedule(Collection<ScheduleItem> schedule)
List of the payment schedule where each element defines one installment of payment.
|
PaymentScheduleTerm |
PaymentScheduleTerm.withSchedule(ScheduleItem... schedule)
List of the payment schedule where each element defines one installment of payment.
|
PaymentScheduleTerm |
PaymentScheduleTerm.withType(String type)
Type of the term.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptedTerm.setPaymentScheduleTerm(PaymentScheduleTerm paymentScheduleTerm)
Defines an installment-based pricing model where customers are charged a fixed price on different dates during
the agreement validity period.
|
AcceptedTerm |
AcceptedTerm.withPaymentScheduleTerm(PaymentScheduleTerm paymentScheduleTerm)
Defines an installment-based pricing model where customers are charged a fixed price on different dates during
the agreement validity period.
|
Copyright © 2024. All rights reserved.