| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleItem |
ScheduleItem.clone() |
ScheduleItem |
ScheduleItem.withChargeAmount(String chargeAmount)
The price that the customer would pay on the scheduled date (chargeDate).
|
ScheduleItem |
ScheduleItem.withChargeDate(Date chargeDate)
The date that the customer would pay the price defined in this payment schedule term.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleItem> |
PaymentScheduleTerm.getSchedule()
List of the payment schedule where each element defines one installment of payment.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentScheduleTerm |
PaymentScheduleTerm.withSchedule(ScheduleItem... schedule)
List of the payment schedule where each element defines one installment of payment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentScheduleTerm.setSchedule(Collection<ScheduleItem> schedule)
List of the payment schedule where each element defines one installment of payment.
|
PaymentScheduleTerm |
PaymentScheduleTerm.withSchedule(Collection<ScheduleItem> schedule)
List of the payment schedule where each element defines one installment of payment.
|
Copyright © 2024. All rights reserved.