| Modifier and Type | Field | Description |
|---|---|---|
protected RecurringTokenPrivilege |
AbstractMerchantsBuilders.AbstractCreateMerchantVerificationRequestBuilder.recurringTokenRequest |
|
protected RecurringTokenPrivilege |
AbstractMerchantsBuilders.AbstractUpdateMerchantVerificationRequestBuilder.recurringTokenRequest |
| Modifier and Type | Method | Description |
|---|---|---|
protected RecurringTokenPrivilege |
AbstractMerchantsBuilders.AbstractCreateMerchantVerificationRequestBuilder.getRecurringTokenRequest() |
|
protected RecurringTokenPrivilege |
AbstractMerchantsBuilders.AbstractUpdateMerchantVerificationRequestBuilder.getRecurringTokenRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
B |
AbstractMerchantsBuilders.AbstractCreateMerchantVerificationRequestBuilder.withRecurringTokenRequest(RecurringTokenPrivilege recurringTokenRequest) |
|
B |
AbstractMerchantsBuilders.AbstractUpdateMerchantVerificationRequestBuilder.withRecurringTokenRequest(RecurringTokenPrivilege recurringTokenRequest) |
| 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 |
|---|---|---|
RecurringTokenPrivilege |
MerchantVerificationData.getRecurringTokenRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
RecurringTokenPrivilege |
CheckoutInfo.getRecurringTokenPrivilege() |
|
RecurringTokenPrivilege |
RecurringTokenConfiguration.getRecurringType() |
| Constructor | Description |
|---|---|
RecurringTokenConfiguration(RecurringTokenPrivilege recurringType,
org.joda.time.Period chargeWaitPeriod,
RecurringTokenCVVConfirmation recurringTokenCVVConfirmation) |
| Modifier and Type | Method | Description |
|---|---|---|
static RecurringTokenPrivilege |
RecurringTokenPrivilege.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RecurringTokenPrivilege[] |
RecurringTokenPrivilege.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.