| Modifier and Type | Method | Description |
|---|---|---|
SubscriptionBuilders.SimulateInstallmentsPlanRequestBuilder |
GoPaySDK.simulateSubscriptionPlan(MoneyLike money,
PaymentTypeName paymentType,
SubscriptionPeriod period) |
|
SubscriptionBuilders.SimulateInstallmentsPlanRequestBuilder |
GoPaySDK.simulateSubscriptionPlan(StoreId storeId,
MoneyLike money,
PaymentTypeName paymentType,
SubscriptionPeriod period) |
|
AbstractSubscriptionBuilders.AbstractSimulateInstallmentsPlanRequestBuilder |
SDKMethods.simulateSubscriptionPlan(MoneyLike money,
PaymentTypeName paymentType,
SubscriptionPeriod period) |
Simulate the payments plan for a subscription.
|
AbstractSubscriptionBuilders.AbstractSimulateInstallmentsPlanRequestBuilder |
SDKMethods.simulateSubscriptionPlan(StoreId storeId,
MoneyLike money,
PaymentTypeName paymentType,
SubscriptionPeriod period) |
Simulate the payments plan for a subscription.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected PaymentTypeName |
AbstractSubscriptionBuilders.AbstractSimulateInstallmentsPlanRequestBuilder.paymentType |
| Modifier and Type | Method | Description |
|---|---|---|
PaymentTypeName |
AbstractSubscriptionBuilders.AbstractSimulateInstallmentsPlanRequestBuilder.getPaymentType() |
| Constructor | Description |
|---|---|
AbstractSimulateInstallmentsPlanRequestBuilder(retrofit2.Retrofit retrofit,
MoneyLike money,
PaymentTypeName paymentType,
SubscriptionPeriod period) |
|
AbstractSimulateInstallmentsPlanRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
MoneyLike money,
PaymentTypeName paymentType,
SubscriptionPeriod period) |
|
SimulateInstallmentsPlanRequestBuilder(retrofit2.Retrofit retrofit,
MoneyLike money,
PaymentTypeName paymentType,
SubscriptionPeriod period) |
|
SimulateInstallmentsPlanRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
MoneyLike money,
PaymentTypeName paymentType,
SubscriptionPeriod period) |
| Modifier and Type | Method | Description |
|---|---|---|
PaymentTypeName |
ApplePay.getPaymentType() |
|
PaymentTypeName |
CreditCard.getPaymentType() |
|
PaymentTypeName |
KonbiniPayment.getPaymentType() |
|
PaymentTypeName |
QrScanData.getPaymentType() |
| Modifier and Type | Method | Description |
|---|---|---|
PaymentTypeName |
SubscriptionPlanSimulationRequest.getPaymentType() |
| Constructor | Description |
|---|---|
SubscriptionPlanSimulationRequest(InstallmentPlanRequest installmentPlan,
MoneyLike money,
BigInteger initialAmount,
ScheduleSettings scheduleSettings,
PaymentTypeName paymentType,
SubscriptionPeriod period) |
| Modifier and Type | Method | Description |
|---|---|---|
PaymentTypeName |
PaymentData.getPaymentType() |
| Modifier and Type | Method | Description |
|---|---|---|
PaymentTypeName |
TransactionToken.getPaymentTypeName() |
| Modifier and Type | Method | Description |
|---|---|---|
PaymentTypeName |
PaymentType.typeName() |
|
static PaymentTypeName |
PaymentTypeName.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PaymentTypeName[] |
PaymentTypeName.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.