| Package | Description |
|---|---|
| jp.gopay.sdk.builders.merchant | |
| jp.gopay.sdk.resources |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AbstractMerchantsBuilders.AbstractCreateMerchantVerificationRequestBuilder<B extends AbstractMerchantsBuilders.AbstractCreateMerchantVerificationRequestBuilder,R,M extends MerchantVerificationData> |
|
static class |
AbstractMerchantsBuilders.AbstractGetMerchantVerificationRequestBuilder<B extends AbstractMerchantsBuilders.AbstractGetMerchantVerificationRequestBuilder,R,M extends MerchantVerificationData> |
|
static class |
AbstractMerchantsBuilders.AbstractUpdateMerchantVerificationRequestBuilder<B extends AbstractMerchantsBuilders.AbstractUpdateMerchantVerificationRequestBuilder,R,M extends MerchantVerificationData> |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<MerchantVerificationData> |
MerchantsBuilders.CreateMerchantVerificationRequestBuilder.getRequest(MerchantsResource resource) |
|
protected retrofit2.Call<MerchantVerificationData> |
MerchantsBuilders.GetMerchantVerificationRequestBuilder.getRequest(MerchantsResource resource) |
|
protected retrofit2.Call<MerchantVerificationData> |
MerchantsBuilders.UpdateMerchantVerificationRequestBuilder.getRequest(MerchantsResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
retrofit2.Call<MerchantVerificationData> |
MerchantsResource.createVerification(MerchantsReq dataToPost,
IdempotencyKey idempotencyKey) |
|
retrofit2.Call<MerchantVerificationData> |
MerchantsResource.getVerification() |
|
retrofit2.Call<MerchantVerificationData> |
MerchantsResource.updateVerification(MerchantsReq dataToPatch,
IdempotencyKey idempotencyKey) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.