| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2006 |
CreditApi.getCredit(String id)
Retrieve a Credit
Include the credit ID in the GET request to return details of the credit.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2006> |
CreditApi.getCreditWithHttpInfo(String id)
Retrieve a Credit
Include the credit ID in the GET request to return details of the credit.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CreditApi.getCreditAsync(String id,
ApiCallback<InlineResponse2006> callback)
Retrieve a Credit (asynchronously)
Include the credit ID in the GET request to return details of the credit.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2006 |
InlineResponse2006.clientReferenceInformation(InlineResponse201ClientReferenceInformation clientReferenceInformation) |
InlineResponse2006 |
InlineResponse2006.creditAmountDetails(InlineResponse2014CreditAmountDetails creditAmountDetails) |
InlineResponse2006 |
InlineResponse2006.id(String id) |
InlineResponse2006 |
InlineResponse2006.links(InlineResponse2013Links links) |
InlineResponse2006 |
InlineResponse2006.reconciliationId(String reconciliationId) |
InlineResponse2006 |
InlineResponse2006.status(InlineResponse2006.StatusEnum status) |
InlineResponse2006 |
InlineResponse2006.submitTimeUtc(String submitTimeUtc) |
Copyright © 2018. All rights reserved.