| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.payment |
| Modifier and Type | Method and Description |
|---|---|
PaymentItem |
PaymentRequestDetails.getTotal() |
PaymentItem |
PaymentItem.setAmount(PaymentAmount amount) |
PaymentItem |
PaymentItem.setLabel(String label) |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentItem> |
PaymentRequestDetails.getDisplayItems() |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestDetails |
PaymentRequestDetails.setTotal(PaymentItem total) |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestDetails |
PaymentRequestDetails.setDisplayItems(List<PaymentItem> displayItems) |
| Constructor and Description |
|---|
PaymentRequestDetails(PaymentItem total,
List<PaymentItem> displayItems,
List<PaymentShippingOption> shippingOptions) |
| Constructor and Description |
|---|
PaymentRequestDetails(PaymentItem total,
List<PaymentItem> displayItems,
List<PaymentShippingOption> shippingOptions) |
Copyright © 2020 XDEV Software Corp.. All rights reserved.