IdempotentRequestBuilder<B>, RequestBuilder<M,Request<M>>MerchantsBuilders.CreateMerchantVerificationRequestBuilderpublic abstract static class AbstractMerchantsBuilders.AbstractCreateMerchantVerificationRequestBuilder<B extends AbstractMerchantsBuilders.AbstractCreateMerchantVerificationRequestBuilder,R,M extends MerchantVerificationData> extends IdempotentRetrofitRequestBuilder<M,R,B>
| Modifier and Type | Field | Description |
|---|---|---|
protected String |
addressLine1 |
|
protected String |
addressLine2 |
|
protected Boolean |
allowEmptyCvv |
|
protected BusinessType |
businessType |
|
protected String |
city |
|
protected String |
companyDescription |
|
protected String |
companyName |
|
protected String |
contactInfoName |
|
protected Country |
country |
|
protected URL |
homepageUrl |
|
protected VerificationPhoneNumber |
phoneNumber |
|
protected RecurringTokenPrivilege |
recurringTokenRequest |
|
protected String |
recurringTokenRequestReason |
|
protected String |
state |
|
protected String |
systemManagerEmail |
|
protected String |
systemManagerName |
|
protected VerificationPhoneNumber |
systemManagerNumber |
|
protected String |
zip |
idempotencyKey| Constructor | Description |
|---|---|
AbstractCreateMerchantVerificationRequestBuilder(retrofit2.Retrofit retrofit,
URL homepageUrl,
String companyDescription,
MerchantCompanyContactInfo companyContactInfo,
BusinessType businessType,
String systemManagerName) |
getIdempotencyKey, withIdempotencyKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, getRequestprotected URL homepageUrl
protected String companyDescription
protected String contactInfoName
protected String companyName
protected VerificationPhoneNumber phoneNumber
protected String addressLine1
protected String state
protected String city
protected Country country
protected String zip
protected BusinessType businessType
protected String systemManagerName
protected String addressLine2
protected VerificationPhoneNumber systemManagerNumber
protected String systemManagerEmail
protected RecurringTokenPrivilege recurringTokenRequest
protected String recurringTokenRequestReason
protected Boolean allowEmptyCvv
public AbstractCreateMerchantVerificationRequestBuilder(retrofit2.Retrofit retrofit,
URL homepageUrl,
String companyDescription,
MerchantCompanyContactInfo companyContactInfo,
BusinessType businessType,
String systemManagerName)
protected URL getHomepageUrl()
protected String getCompanyDescription()
protected String getContactInfoName()
protected String getCompanyName()
protected MerchantCompanyContactInfo getContactInfo()
protected VerificationPhoneNumber getPhoneNumber()
protected String getAddressLine1()
protected String getState()
protected String getCity()
protected String getCountry()
Country on later releaseprotected Country getCountryEnum()
Countryprotected String getZip()
protected BusinessType getBusinessType()
protected String getSystemManagerName()
protected String getAddressLine2()
protected VerificationPhoneNumber getSystemManagerNumber()
protected String getSystemManagerEmail()
protected RecurringTokenPrivilege getRecurringTokenRequest()
protected String getRecurringTokenRequestReason()
protected Boolean getAllowEmptyCvv()
public B withSystemManagerNumber(VerificationPhoneNumber systemManagerNumber)
public B withRecurringTokenRequest(RecurringTokenPrivilege recurringTokenRequest)
public B withRecurringTokenRequestReason(String recurringTokenRequestReason)
Copyright © 2018 The Apache Software Foundation. All rights reserved.