IdempotentRequestBuilder<B>, RequestBuilder<M,Request<M>>MerchantsBuilders.UpdateMerchantVerificationRequestBuilderpublic abstract static class AbstractMerchantsBuilders.AbstractUpdateMerchantVerificationRequestBuilder<B extends AbstractMerchantsBuilders.AbstractUpdateMerchantVerificationRequestBuilder,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 Country |
country |
|
protected URL |
homepageUrl |
|
protected String |
name |
|
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 |
|---|---|
AbstractUpdateMerchantVerificationRequestBuilder(retrofit2.Retrofit retrofit) |
getIdempotencyKey, withIdempotencyKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, getRequestprotected URL homepageUrl
protected String companyDescription
protected String name
protected String companyName
protected VerificationPhoneNumber phoneNumber
protected String addressLine1
protected String addressLine2
protected String state
protected String city
protected Country country
protected String zip
protected BusinessType businessType
protected String systemManagerName
protected VerificationPhoneNumber systemManagerNumber
protected String systemManagerEmail
protected RecurringTokenPrivilege recurringTokenRequest
protected String recurringTokenRequestReason
protected Boolean allowEmptyCvv
public AbstractUpdateMerchantVerificationRequestBuilder(retrofit2.Retrofit retrofit)
protected URL getHomepageUrl()
protected String getCompanyDescription()
protected String getName()
protected String getCompanyName()
protected VerificationPhoneNumber getPhoneNumber()
protected String getAddressLine1()
protected String getAddressLine2()
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 VerificationPhoneNumber getSystemManagerNumber()
protected String getSystemManagerEmail()
protected RecurringTokenPrivilege getRecurringTokenRequest()
protected String getRecurringTokenRequestReason()
protected Boolean getAllowEmptyCvv()
protected MerchantCompanyContactInfo getCompayContactInfo()
public B withPhoneNumber(VerificationPhoneNumber phoneNumber)
@Deprecated public B withCountry(String country)
public B withBusinessType(BusinessType businessType)
public B withSystemManagerNumber(VerificationPhoneNumber systemManagerNumber)
public B withRecurringTokenRequest(RecurringTokenPrivilege recurringTokenRequest)
public B withRecurringTokenRequestReason(String recurringTokenRequestReason)
Copyright © 2018 The Apache Software Foundation. All rights reserved.