| Package | Description |
|---|---|
| jp.gopay.sdk | |
| jp.gopay.sdk.builders.merchant | |
| jp.gopay.sdk.models.request.merchant | |
| jp.gopay.sdk.models.response.merchant | |
| jp.gopay.sdk.types |
| Modifier and Type | Method | Description |
|---|---|---|
MerchantsBuilders.CreateMerchantVerificationRequestBuilder |
GoPaySDK.createMerchantVerification(URL homepageUrl,
String companyDescription,
MerchantCompanyContactInfo companyContactInfo,
BusinessType businessType,
String systemManagerName) |
|
AbstractMerchantsBuilders.AbstractCreateMerchantVerificationRequestBuilder |
SDKMethods.createMerchantVerification(URL homepageUrl,
String companyDescription,
MerchantCompanyContactInfo companyContactInfo,
BusinessType businessType,
String systemManagerName) |
Submits the merchant's information requesting for verification.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected BusinessType |
AbstractMerchantsBuilders.AbstractCreateMerchantVerificationRequestBuilder.businessType |
|
protected BusinessType |
AbstractMerchantsBuilders.AbstractUpdateMerchantVerificationRequestBuilder.businessType |
| Modifier and Type | Method | Description |
|---|---|---|
protected BusinessType |
AbstractMerchantsBuilders.AbstractCreateMerchantVerificationRequestBuilder.getBusinessType() |
|
protected BusinessType |
AbstractMerchantsBuilders.AbstractUpdateMerchantVerificationRequestBuilder.getBusinessType() |
| Modifier and Type | Method | Description |
|---|---|---|
B |
AbstractMerchantsBuilders.AbstractUpdateMerchantVerificationRequestBuilder.withBusinessType(BusinessType businessType) |
| Constructor | Description |
|---|---|
AbstractCreateMerchantVerificationRequestBuilder(retrofit2.Retrofit retrofit,
URL homepageUrl,
String companyDescription,
MerchantCompanyContactInfo companyContactInfo,
BusinessType businessType,
String systemManagerName) |
|
CreateMerchantVerificationRequestBuilder(retrofit2.Retrofit retrofit,
URL homepageUrl,
String companyDescription,
MerchantCompanyContactInfo companyContactInfo,
BusinessType businessType,
String systemManagerName) |
| Constructor | Description |
|---|---|
MerchantsReq(URL homepageUrl,
String companyDescription,
MerchantCompanyContactInfo companyContactInfo,
BusinessType businessType,
String systemManagerName,
VerificationPhoneNumber systemManagerNumber,
String systemManagerEmail,
RecurringTokenPrivilege recurringTokenRequest,
String recurringTokenRequestReason,
Boolean allowEmptyCvv) |
| Modifier and Type | Method | Description |
|---|---|---|
BusinessType |
MerchantVerificationData.getBusinessType() |
| Modifier and Type | Method | Description |
|---|---|---|
static BusinessType |
BusinessType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BusinessType[] |
BusinessType.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.