| Package | Description |
|---|---|
| jp.gopay.sdk | |
| jp.gopay.sdk.builders.refund | |
| jp.gopay.sdk.models.request.refund | |
| jp.gopay.sdk.models.response.refund | |
| jp.gopay.sdk.types |
| Modifier and Type | Method | Description |
|---|---|---|
RefundBuilders.CreateRefundRequestBuilder |
GoPaySDK.createRefund(StoreId storeId,
ChargeId chargeId,
BigInteger amount,
String currency,
RefundReason reason) |
|
RefundBuilders.CreateRefundRequestBuilder |
GoPaySDK.createRefund(StoreId storeId,
ChargeId chargeId,
MoneyLike money,
RefundReason reason) |
|
AbstractRefundBuilders.AbstractCreateRefundRequestBuilder |
SDKMethods.createRefund(StoreId storeId,
ChargeId chargeId,
BigInteger amount,
String currency,
RefundReason reason) |
Make a refund associated with the charge with ID
chargeId and the store storeId. |
AbstractRefundBuilders.AbstractCreateRefundRequestBuilder |
SDKMethods.createRefund(StoreId storeId,
ChargeId chargeId,
MoneyLike money,
RefundReason reason) |
Make a refund associated with the charge with ID
chargeId and the store storeId. |
| Modifier and Type | Field | Description |
|---|---|---|
protected RefundReason |
AbstractRefundBuilders.AbstractCreateRefundRequestBuilder.reason |
| Modifier and Type | Method | Description |
|---|---|---|
protected RefundReason |
AbstractRefundBuilders.AbstractCreateRefundRequestBuilder.getReason() |
| Constructor | Description |
|---|---|
AbstractCreateRefundRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
ChargeId chargeId,
BigInteger amount,
String currency,
RefundReason reason) |
|
CreateRefundRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
ChargeId chargeId,
BigInteger amount,
String currency,
RefundReason reason) |
| Constructor | Description |
|---|---|
RefundCreateData(BigInteger amount,
String currency,
RefundReason reason,
String message,
MetadataMap metadata) |
| Modifier and Type | Method | Description |
|---|---|---|
RefundReason |
Refund.getReason() |
| Modifier and Type | Method | Description |
|---|---|---|
static RefundReason |
RefundReason.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RefundReason[] |
RefundReason.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.