| Package | Description |
|---|---|
| jp.gopay.sdk | |
| jp.gopay.sdk.builders.subscription | |
| jp.gopay.sdk.models.response.subscription | |
| jp.gopay.sdk.resources |
| Modifier and Type | Field | Description |
|---|---|---|
protected ScheduledPaymentId |
AbstractSubscriptionBuilders.AbstractGetScheduledPaymentRequestBuilder.paymentId |
|
protected ScheduledPaymentId |
AbstractSubscriptionBuilders.AbstractListChargesForPaymentRequestBuilder.paymentId |
|
protected ScheduledPaymentId |
AbstractSubscriptionBuilders.AbstractUpdateScheduledPaymentRequestBuilder.paymentId |
| Modifier and Type | Method | Description |
|---|---|---|
ScheduledPaymentId |
AbstractSubscriptionBuilders.AbstractUpdateScheduledPaymentRequestBuilder.getPaymentId() |
|
ScheduledPaymentId |
AbstractSubscriptionBuilders.AbstractGetScheduledPaymentRequestBuilder.getScheduledPayment() |
| Constructor | Description |
|---|---|
AbstractGetScheduledPaymentRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId scheduledPaymentId) |
|
AbstractListChargesForPaymentRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId paymentId) |
|
AbstractUpdateScheduledPaymentRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId scheduledPaymentId) |
|
GetScheduledPaymentRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId scheduledPaymentId) |
|
ListChargesForPaymentRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId paymentId) |
|
UpdateScheduledPaymentRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId scheduledPaymentId) |
| Modifier and Type | Method | Description |
|---|---|---|
ScheduledPaymentId |
ScheduledPayment.getId() |
| Modifier and Type | Method | Description |
|---|---|---|
retrofit2.Call<ScheduledPayment> |
SubscriptionsResource.getPayment(StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId paymentId) |
|
retrofit2.Call<PaginatedList<Charge>> |
SubscriptionsResource.listChargesForPayment(StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId paymentId,
Integer limit,
CursorDirection cursorDirection,
ChargeId cursor) |
|
retrofit2.Call<PaginatedList<ScheduledPayment>> |
SubscriptionsResource.listPayments(StoreId storeId,
SubscriptionId subscriptionId,
Integer limit,
CursorDirection cursorDirection,
ScheduledPaymentId cursor) |
|
retrofit2.Call<ScheduledPayment> |
SubscriptionsResource.updatePayment(StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId paymentId,
ScheduledPaymentPatchData patchData,
IdempotencyKey idempotencyKey) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.