-
public final class PrimerSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPrimerSettings.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringcurrencyprivate final IntegercurrentAmountprivate PrimerPaymentHandlingpaymentHandlingprivate Localelocaleprivate PrimerPaymentMethodOptionspaymentMethodOptionsprivate PrimerUIOptionsuiOptionsprivate PrimerDebugOptionsdebugOptions
-
Constructor Summary
Constructors Constructor Description PrimerSettings(PrimerPaymentHandling paymentHandling, Locale locale, PrimerPaymentMethodOptions paymentMethodOptions, PrimerUIOptions uiOptions, PrimerDebugOptions debugOptions)
-
Method Summary
Modifier and Type Method Description final StringgetCurrency()final IntegergetCurrentAmount()final PrimerPaymentHandlinggetPaymentHandling()final UnitsetPaymentHandling(PrimerPaymentHandling paymentHandling)final LocalegetLocale()final UnitsetLocale(Locale locale)final PrimerPaymentMethodOptionsgetPaymentMethodOptions()final UnitsetPaymentMethodOptions(PrimerPaymentMethodOptions paymentMethodOptions)final PrimerUIOptionsgetUiOptions()final UnitsetUiOptions(PrimerUIOptions uiOptions)final PrimerDebugOptionsgetDebugOptions()final UnitsetDebugOptions(PrimerDebugOptions debugOptions)-
-
Constructor Detail
-
PrimerSettings
PrimerSettings(PrimerPaymentHandling paymentHandling, Locale locale, PrimerPaymentMethodOptions paymentMethodOptions, PrimerUIOptions uiOptions, PrimerDebugOptions debugOptions)
-
-
Method Detail
-
getCurrency
final String getCurrency()
-
getCurrentAmount
final Integer getCurrentAmount()
-
getPaymentHandling
final PrimerPaymentHandling getPaymentHandling()
-
setPaymentHandling
final Unit setPaymentHandling(PrimerPaymentHandling paymentHandling)
-
getPaymentMethodOptions
final PrimerPaymentMethodOptions getPaymentMethodOptions()
-
setPaymentMethodOptions
final Unit setPaymentMethodOptions(PrimerPaymentMethodOptions paymentMethodOptions)
-
getUiOptions
final PrimerUIOptions getUiOptions()
-
setUiOptions
final Unit setUiOptions(PrimerUIOptions uiOptions)
-
getDebugOptions
final PrimerDebugOptions getDebugOptions()
-
setDebugOptions
final Unit setDebugOptions(PrimerDebugOptions debugOptions)
-
-
-
-