| Package | Description |
|---|---|
| com.coinbase.api | |
| com.coinbase.api.deserializer | |
| com.coinbase.api.entity |
| Modifier and Type | Method and Description |
|---|---|
RecurringPayment |
Coinbase.getRecurringPayment(String id)
Retrieves the details of a recurring payment
|
RecurringPayment |
Coinbase.getSubscriber(String id)
Retrieves the details of a subscriber's recurring payment
|
| Modifier and Type | Method and Description |
|---|---|
List<RecurringPayment> |
RecurringPaymentsLifter.convert(List<RecurringPaymentNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
RecurringPayment |
RecurringPaymentResponse.getRecurringPayment() |
RecurringPayment |
RecurringPaymentNode.getRecurringPayment() |
| Modifier and Type | Method and Description |
|---|---|
List<RecurringPayment> |
RecurringPaymentsResponse.getRecurringPayments() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecurringPaymentResponse.setRecurringPayment(RecurringPayment recurringPayment) |
void |
RecurringPaymentNode.setRecurringPayment(RecurringPayment recurringPayment) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecurringPaymentsResponse.setRecurringPayments(List<RecurringPayment> recurringPayments) |
Copyright © 2014. All rights reserved.