| Package | Description |
|---|---|
| com.cardpay.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
PlanQuantity |
PlanQuantity.endingQuantity(Integer endingQuantity)
minimum: 1
|
PlanQuantity |
PlanQuantity.pricePerUnit(BigDecimal pricePerUnit)
minimum: 0
|
PlanQuantity |
PlanQuantity.startingQuantity(Integer startingQuantity)
minimum: 1
|
| Modifier and Type | Method and Description |
|---|---|
ResponsePlanData |
ResponsePlanData.addQuantityItem(PlanQuantity quantityItem) |
RecurringPlanRequestPlanData |
RecurringPlanRequestPlanData.addQuantityItem(PlanQuantity quantityItem) |
PlanUpdateRequestPlanData |
PlanUpdateRequestPlanData.addQuantityItem(PlanQuantity quantityItem) |
| Modifier and Type | Method and Description |
|---|---|
ResponsePlanData |
ResponsePlanData.quantity(List<PlanQuantity> quantity) |
RecurringPlanRequestPlanData |
RecurringPlanRequestPlanData.quantity(List<PlanQuantity> quantity) |
PlanUpdateRequestPlanData |
PlanUpdateRequestPlanData.quantity(List<PlanQuantity> quantity) |
void |
ResponsePlanData.setQuantity(List<PlanQuantity> quantity) |
void |
RecurringPlanRequestPlanData.setQuantity(List<PlanQuantity> quantity) |
void |
PlanUpdateRequestPlanData.setQuantity(List<PlanQuantity> quantity) |
Copyright © 2024. All rights reserved.