public class PaymentConfiguration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentConfiguration.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
PaymentConfiguration(PaymentProcessor paymentProcessor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ChargeRule> |
getCharges() |
DiscountConfiguration |
getDiscountConfiguration() |
java.util.Collection<PaymentMethodPlugin> |
getPaymentMethodPluginList() |
PaymentProcessor |
getPaymentProcessor() |
protected PaymentConfiguration(@NonNull
PaymentProcessor paymentProcessor)
@NonNull public PaymentProcessor getPaymentProcessor()
@NonNull public java.util.Collection<PaymentMethodPlugin> getPaymentMethodPluginList()
@NonNull public java.util.ArrayList<ChargeRule> getCharges()
@Nullable public DiscountConfiguration getDiscountConfiguration()