public class RepudiationApiImpl extends ApiBase implements RepudiationApi
| Constructor and Description |
|---|
RepudiationApiImpl(MangoPayApi root)
Creates new API instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Refund> |
getRefunds(java.lang.String repudiationId)
Get first page of repudiation's refunds
|
java.util.List<Refund> |
getRefunds(java.lang.String repudiationId,
Pagination pagination,
Sorting sorting)
Get a page of repudiation's refunds
|
Repudiation |
getRepudiation(java.lang.String repudiationId)
Gets repudiation.
|
createObject, createObject, createObject, getList, getList, getList, getList, getList, getList, getListNoClientId, getObject, getObjectNoClientId, getRequestType, getRequestUrl, getRoot, updateObject, updateObject, updateObject, updateObjectpublic RepudiationApiImpl(MangoPayApi root)
root - Root/parent instance that holds the OAuthToken and Configuration instance.public Repudiation getRepudiation(java.lang.String repudiationId) throws java.lang.Exception
RepudiationApigetRepudiation in interface RepudiationApirepudiationId - Repudiation identifier.java.lang.Exceptionpublic java.util.List<Refund> getRefunds(java.lang.String repudiationId) throws java.lang.Exception
RepudiationApigetRefunds in interface RepudiationApirepudiationId - Repudiation identifier.java.lang.Exceptionpublic java.util.List<Refund> getRefunds(java.lang.String repudiationId, Pagination pagination, Sorting sorting) throws java.lang.Exception
RepudiationApigetRefunds in interface RepudiationApirepudiationId - Repudiation identifier.pagination - Pagination objectsorting - Sorting objectjava.lang.Exception