| Package | Description |
|---|---|
| com.apruve.models |
| Modifier and Type | Class and Description |
|---|---|
class |
Subscription |
| Modifier and Type | Method and Description |
|---|---|
static ApruveResponse<? extends LineItem> |
LineItem.get(String paymentRequestId,
String lineItemId) |
static ApruveResponse<List<LineItem>> |
LineItem.getAll(String paymentRequestId) |
List<LineItem> |
PaymentRequest.getLineItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentRequest.addLineItem(LineItem item) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentRequest.setLineItems(List<LineItem> lineItems) |
Copyright © 2014. All rights reserved.