| Package | Description |
|---|---|
| jp.gopay.sdk | |
| jp.gopay.sdk.builders.cancel | |
| jp.gopay.sdk.models.response.cancel | |
| jp.gopay.sdk.resources |
| Modifier and Type | Method | Description |
|---|---|---|
ResourceMonitor<Cancel> |
GoPaySDK.cancelCompletionMonitor(StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
|
ResourceMonitor<? extends Cancel> |
SDKMethods.cancelCompletionMonitor(StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
Create a
ResourceMonitor that awaits the cancel to complete. |
CancelsBuilders.GetCancelRequestBuilder |
GoPaySDK.getCancel(StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
|
AbstractCancelsBuilders.AbstractGetCancelRequestBuilder |
SDKMethods.getCancel(StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
Obtain detailed information about a cancel with ID
cancelId associated with the charge
chargeId and store storeId. |
CancelsBuilders.UpdateCancelRequestBuilder |
GoPaySDK.updateCancel(StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
|
AbstractCancelsBuilders.AbstractUpdateCancelRequestBuilder |
SDKMethods.updateCancel(StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
Update an existing cancel with Id
cancelId associated with charge chargeId
and store storeId |
| Modifier and Type | Field | Description |
|---|---|---|
protected CancelId |
AbstractCancelsBuilders.AbstractGetCancelRequestBuilder.cancelId |
|
protected CancelId |
AbstractCancelsBuilders.AbstractUpdateCancelRequestBuilder.cancelId |
| Modifier and Type | Method | Description |
|---|---|---|
protected CancelId |
AbstractCancelsBuilders.AbstractGetCancelRequestBuilder.getCancelId() |
|
protected CancelId |
AbstractCancelsBuilders.AbstractUpdateCancelRequestBuilder.getCancelId() |
| Modifier and Type | Method | Description |
|---|---|---|
static ResourceMonitor<Cancel> |
CancelsBuilders.createRefundCompletionMonitor(retrofit2.Retrofit retrofit,
StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
| Constructor | Description |
|---|---|
AbstractGetCancelRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
|
AbstractUpdateCancelRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
|
GetCancelRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
|
UpdateCancelRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
| Modifier and Type | Method | Description |
|---|---|---|
CancelId |
Cancel.getCancelId() |
|
CancelId |
Cancel.getId() |
| Modifier and Type | Method | Description |
|---|---|---|
retrofit2.Call<Cancel> |
CancelResource.get(StoreId storeId,
ChargeId chargeId,
CancelId cancelId,
Boolean polling) |
|
retrofit2.Call<PaginatedList<Cancel>> |
CancelResource.list(StoreId storeId,
ChargeId chargeId,
Integer limit,
CursorDirection cursorDirection,
CancelId cursor) |
|
retrofit2.Call<Cancel> |
CancelResource.update(StoreId storeId,
ChargeId chargeId,
CancelId cancelId,
CancelPatchData requestBody,
IdempotencyKey idempotencyKey) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.