A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y 

S

SamsungPayConfig - class in com.oppwa.mobile.connect.checkout.meta
This class contains the Samsung Pay configuration for the checkout.
SamsungPayConfig.CardInfoUpdateListener - class in com.oppwa.mobile.connect.checkout.meta.SamsungPayConfig
The listener interface for card info update event in Samsung Pay custom payment sheet.
SamsungPayHelper - class in com.oppwa.mobile.connect.checkout.dialog
Contains helper static methods for dealing with the Samsung Pay SDK.
SamsungPayPaymentParams - class in com.oppwa.mobile.connect.payment.samsungpay
Represents the payment parameters for SamsungPay
scanCard() - function in com.oppwa.mobile.connect.checkout.uicomponent.card.CardUiComponentInteraction
Initiates card scanning process if at least one of the scanning methods is available.
sendCallbackRequestToPaypipe(String,String) - function in com.oppwa.mobile.connect.provider.HttpUtils
Sends a callback request to paypipe
sendPostRequest(String) - function in com.oppwa.mobile.connect.provider.HttpUtils
 
sendTransaction(Transaction,String,ITransactionListener) - function in com.oppwa.mobile.connect.provider.OppPaymentProvider
Sends transaction to the specific endpoint.
sendTransaction(Transaction,String,ITransactionListener) - function in com.oppwa.mobile.connect.provider.IPaymentProvider
Sends transaction to the specific endpoint.
SEPARATE - enum entry in com.oppwa.mobile.connect.checkout.meta.CheckoutCardBrandsDisplayMode

Display card brands in the list along with other payment methods.

setAciInstantPayCountry(String) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the country for ACI Instant Pay payment method.
setAciInstantPayUiComponentClass(Class) - function in com.oppwa.mobile.connect.checkout.uicomponent.meta.UiComponentsConfig.Builder
Sets the UI Component class for ACI INSTANT PAY payment method.
setActivityResultLauncher(ActivityResultLauncher) - function in com.oppwa.mobile.connect.checkout.dialog.PaymentButtonFragment
Sets the to start the CheckoutActivity.
setAfterpayPacificConfig(AfterpayPacificConfig) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the configuration for AFTERPAY_PACIFIC payment method.
setAllowCreditCards(boolean) - function in com.oppwa.mobile.connect.utils.googlepay.CardPaymentMethodJsonBuilder
Optional (Required for UK Gambling merchants).
setAllowedAuthMethods(JSONArray) - function in com.oppwa.mobile.connect.utils.googlepay.CardPaymentMethodJsonBuilder
Required.
setAllowedCardNetworks(JSONArray) - function in com.oppwa.mobile.connect.utils.googlepay.CardPaymentMethodJsonBuilder
Required.
setAllowedPaymentMethods(JSONArray) - function in com.oppwa.mobile.connect.utils.googlepay.IsReadyToPayRequestJsonBuilder
Required.
setAllowedPaymentMethods(JSONArray) - function in com.oppwa.mobile.connect.utils.googlepay.PaymentDataRequestJsonBuilder
Required.
setAllowPrepaidCards(boolean) - function in com.oppwa.mobile.connect.utils.googlepay.CardPaymentMethodJsonBuilder
Optional.
setAppSignature(String) - function in com.oppwa.mobile.connect.provider.threeds.v2.model.ThreeDSConfig.Builder
Sets app signature to be verified by the SDK.
setAssuranceDetailsRequired(boolean) - function in com.oppwa.mobile.connect.utils.googlepay.CardPaymentMethodJsonBuilder
Optional.
setBackButtonAvailable(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets false to disable back button for payment button's payment brand, otherwise true
setBankAccountTokenUiComponentClass(Class) - function in com.oppwa.mobile.connect.checkout.uicomponent.meta.UiComponentsConfig.Builder
Sets the class for bank account token payment method.
setBillingAddress(BillingAddress) - function in com.oppwa.mobile.connect.payment.card.CardPaymentParams
Sets the billing address of the customer.
setBillingAddress(BillingAddress) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the billing address which holds the address of the customer.
setBillingAddressParameters(String,boolean) - function in com.oppwa.mobile.connect.utils.googlepay.CardPaymentMethodJsonBuilder
Optional.
setBillingAddressRequired(boolean) - function in com.oppwa.mobile.connect.utils.googlepay.CardPaymentMethodJsonBuilder
Optional.
setBrand(String) - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
Sets the card brand.
setBrandDetectionAppearanceStyle(CheckoutBrandDetectionAppearanceStyle) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the brand detection appearance style CheckoutBrandDetectionAppearanceStyle Default value is ACTIVE.
setBrandDetectionPriority(List) - function in com.oppwa.mobile.connect.payment.BrandsValidation
 
setBrandDetectionPriority(List) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the preferred order of the detected card brands to be shown under the card number text field.
setBrandDetectionType(CheckoutBrandDetectionType) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the type of automatic card brand detection CheckoutBrandDetectionType Default value is REGEX.
setCallbackUrl(String) - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
Sets the callback URL string to send the params needed for 3-D Secure 2 authentication request.
setCanceled(boolean) - function in com.oppwa.mobile.connect.checkout.meta.PaymentDetails
Sets to cancel payment during before submit event, otherwise false.
setCanceled(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutActivityResult.Builder
Sets the cancellation flag.
setCardBrand(String) - function in com.oppwa.mobile.connect.checkout.uicomponent.card.CardUiComponentInteraction
Changes the current card brand.
setCardBrandInfo(CardBrandInfo) - function in com.oppwa.mobile.connect.payment.BrandInfo
 
setCardBrandsDisplayMode(CheckoutCardBrandsDisplayMode) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the mode for showing card brands on the payment method selection screen CheckoutCardBrandsDisplayMode Default value is GROUPED.
setCardExpiryDateValidationDisabled(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Set card expiry date validation, if true card expiry validation will be disabled, false otherwise.
setCardHolderInfo(String) - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
Sets contents of the cardHolderInfo required for decoupled transactions.
setCardHolderVisible(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Set true to show holder name field on the card payment form false to hide the field
setCardInfoUpdateListener(SamsungPayConfig.CardInfoUpdateListener) - function in com.oppwa.mobile.connect.checkout.meta.SamsungPayConfig
Sets the listener for card info update event in Samsung Pay custom payment sheet.
setCardScanningEnabled(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Enables or disables the card scanning feature.
setCardTokenUiComponentClass(Class) - function in com.oppwa.mobile.connect.checkout.uicomponent.meta.UiComponentsConfig.Builder
Sets the class for card token payment method.
setCardUiComponentClass(Class) - function in com.oppwa.mobile.connect.checkout.uicomponent.meta.UiComponentsConfig.Builder
Sets the UI Component class for card payment method.
setChallengeCompletionCallbackUrl(String) - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
Sets the challenge completion callback URL.
setChallengeUiTypes(EnumSet) - function in com.oppwa.mobile.connect.provider.threeds.v2.model.ThreeDSConfig.Builder
Sets supported UI types for displaying challenge screens.
setCheckoutId(String) - function in com.oppwa.mobile.connect.payment.PaymentParams
 
setCheckoutId(String) - function in com.oppwa.mobile.connect.checkout.meta.PaymentDetails
Sets the checkout id.
setCheckoutId(String) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the checkout id.
setCheckoutOption(String) - function in com.oppwa.mobile.connect.utils.googlepay.TransactionInfoJsonBuilder
Optional.
setCity(String) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets the city.
setCityRequired(Boolean) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets if city is required, default value is true.
setComponentName(ComponentName) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the component name to handle intents from CheckoutActivity.
setContent(String) - function in com.oppwa.mobile.connect.payment.ImageDetail
 
setCountry(String) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets the country.
setCountryCode(String) - function in com.oppwa.mobile.connect.payment.card.CardPaymentParams
 
setCountryCode(String) - function in com.oppwa.mobile.connect.utils.googlepay.TransactionInfoJsonBuilder
Optional (required for EEA countries).
setCountryCode(String) - function in com.oppwa.mobile.connect.checkout.meta.MbWayConfig
Sets the country code.
setCountryCodeDisplayed(boolean) - function in com.oppwa.mobile.connect.checkout.meta.MbWayConfig
Sets the boolean indicates whether country code input field is displayed on the MBWAY form or not.
setCountryRequired(Boolean) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets if country is required, default value is true.
setCurrencyCode(String) - function in com.oppwa.mobile.connect.utils.googlepay.TransactionInfoJsonBuilder
Required.
setCustomLogo(String,int) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets custom logo to be presented at the checkout for the specified payment brand
setCustomUiRequired(boolean) - function in com.oppwa.mobile.connect.payment.BrandInfo
 
setCvvLength(int) - function in com.oppwa.mobile.connect.payment.CardBrandInfo
 
setCvvMode(CVVMode) - function in com.oppwa.mobile.connect.payment.CardBrandInfo
 
setDetection(String) - function in com.oppwa.mobile.connect.payment.CardBrandInfo
 
setDeviceParameterBlacklist(Array) - function in com.oppwa.mobile.connect.provider.threeds.v2.model.ThreeDSConfig.Builder
Sets the list of device parameters that should NOT be collected for the device.
setDirectDebitSepaUiComponentClass(Class) - function in com.oppwa.mobile.connect.checkout.uicomponent.meta.UiComponentsConfig.Builder
Sets the UI Component class for DirectDebit SEPA payment method.
setDsCert(String) - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
Sets the encryption certificate provided by the Directory Server.
setDsRefId(String) - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
Sets the directory server reference id.
setDsRootCa(String) - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
Sets the root CA certificate used to issue the DS_CERT.
setEmail(String) - function in com.oppwa.mobile.connect.payment.Customer.Builder
Sets the email.
setEmailRequired(boolean) - function in com.oppwa.mobile.connect.utils.googlepay.PaymentDataRequestJsonBuilder
Optional.
setEndpoint(String) - function in com.oppwa.mobile.connect.payment.CheckoutInfo
Sets the endpoint value.
setErrorCode(ErrorCode) - function in com.oppwa.mobile.connect.exception.PaymentError
 
setErrorInfo(String) - function in com.oppwa.mobile.connect.exception.PaymentError
 
setErrorMessage(String) - function in com.oppwa.mobile.connect.exception.PaymentError
 
setExistingPaymentMethodRequired(boolean) - function in com.oppwa.mobile.connect.utils.googlepay.IsReadyToPayRequestJsonBuilder
Optional.
setExpiryDateOptional(boolean) - function in com.oppwa.mobile.connect.payment.CardBrandInfo
 
setGatewayMerchantId(String) - function in com.oppwa.mobile.connect.utils.googlepay.CardPaymentMethodJsonBuilder
Required.
setGivenName(String) - function in com.oppwa.mobile.connect.payment.Customer.Builder
Sets first name or given name.
setGooglePayData(PaymentData) - function in com.oppwa.mobile.connect.checkout.meta.PaymentDetails
Sets GooglePay's PaymentData response object
setGooglePayPaymentDataRequestJson(String) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the PaymentDataRequest in JSON format.
setGooglePaySubmit(EnumSet) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets values GooglePaySubmitType details submitted with payment request if information available in Google Pay payment response.
setHeight(String) - function in com.oppwa.mobile.connect.payment.ImageDetail
 
setIBANRequired(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
If true Giropay payment method will show IBAN field false otherwise
setIdealBankAccountCountry(String) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the country code of iDEAL bank account.
setInitialTransactionId(String) - function in com.oppwa.mobile.connect.payment.klarna.KlarnaInlinePaymentParams
Sets id of the initial AD transaction.
setInstallmentEnabled(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets true to display dropdown with getInstallmentOptions in the card payment form, otherwise false
setInstallmentOptions(Array) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets list of possible numbers of installments
setKlarnaCountry(String) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the country for Klarna payment method.
setKlarnaInstallmentsFee(double) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the fee for Klarna Installments payment method.
setKlarnaInvoiceFee(double) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the fee for Klarna Invoice payment method.
setLabel(String) - function in com.oppwa.mobile.connect.payment.BrandInfo
 
setLocale(String) - function in com.oppwa.mobile.connect.provider.threeds.v2.model.ThreeDSConfig.Builder
Sets string that represents the locale for the app's user interface.
setLocale(String) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets a specific locale for com.oppwa.mobile.connect.checkout.dialog.CheckoutActivity
setLuhnCheckRequired(boolean) - function in com.oppwa.mobile.connect.payment.CardBrandInfo
 
setMaliciousApps(Array) - function in com.oppwa.mobile.connect.provider.threeds.v2.model.ThreeDSConfig.Builder
Sets the list of package names for the apps that should be recognized as malicious.
setMbWayConfig(MbWayConfig) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the configuration for MBWAY payment method.
setMerchantInfo(String) - function in com.oppwa.mobile.connect.utils.googlepay.PaymentDataRequestJsonBuilder
Optional.
setMobilePhone(String) - function in com.oppwa.mobile.connect.payment.card.CardPaymentParams
 
setMobilePhoneNumber(String) - function in com.oppwa.mobile.connect.payment.stcpay.STCPayPaymentParams
Sets the mobile phone number.
setMobilePhoneRequired(boolean) - function in com.oppwa.mobile.connect.payment.CardBrandInfo
 
setNumberOfInstallments(Integer) - function in com.oppwa.mobile.connect.payment.card.BaseCardPaymentParams
Sets the number of installments the payment should be split into
setNumberOfInstallments(int) - function in com.oppwa.mobile.connect.checkout.uicomponent.card.token.CardTokenUiComponentInteraction
Sets the number of installments.
setNumberOfInstallments(int) - function in com.oppwa.mobile.connect.checkout.uicomponent.card.CardUiComponentInteraction
Sets the number of installments.
setOnBeforeSubmitCallback(OnBeforeSubmitCallback) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets callback which will receive PaymentDetails.
setOrderItems(LinkedHashMap) - function in com.oppwa.mobile.connect.checkout.dialog.OrderSummary
Sets map of order items.
setOrderSummary(OrderSummary) - function in com.oppwa.mobile.connect.checkout.meta.PaymentDetails
Sets content of the order summary screen for GooglePay.
setOrderTotal(Double) - function in com.oppwa.mobile.connect.checkout.dialog.OrderSummary
Sets total amount for the order
setPattern(String) - function in com.oppwa.mobile.connect.payment.CardBrandInfo
 
setPaymentBrand(String) - function in com.oppwa.mobile.connect.checkout.dialog.PaymentButtonFragment
Sets payment brand for button.
setPaymentBrand(String) - function in com.oppwa.mobile.connect.checkout.dialog.OrderSummary
Sets payment brand to show appropriate brand logo
setPaymentBrands(Set) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the supported payment methods.
setPaymentBrandsOrderUsedForTokens(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Set if payment brands order should be used for tokens on payment method selection screen.
setPaymentButtonBrand(String) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the brand for payment button.
setPaymentButtonIntegrationMode(PaymentButtonIntegrationMode) - function in com.oppwa.mobile.connect.checkout.dialog.PaymentButtonFragment
Sets PaymentButtonIntegrationMode integration mode for the payment button.
setPaymentDetails(String) - function in com.oppwa.mobile.connect.checkout.dialog.OrderSummary
Sets text with information about the way the shopper wants to pay
setPaymentError(PaymentError) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutActivityResult.Builder
Sets the PaymentError, if there was an error during the checkout process.
setPaymentFormListener(IPaymentFormListener) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets listener object which will receive payment form events.
setPaymentMethodSelectionUiComponentClass(Class) - function in com.oppwa.mobile.connect.checkout.uicomponent.meta.UiComponentsConfig.Builder
Sets the UI Component class for payment method selection screen.
setPhone(String) - function in com.oppwa.mobile.connect.payment.Customer.Builder
Sets the phone number.
setPostCode(String) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets the postal code.
setPostCodeRequired(Boolean) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets if postal code is required, default value is true.
setProcessingUiComponentClass(Class) - function in com.oppwa.mobile.connect.checkout.uicomponent.meta.UiComponentsConfig.Builder
Sets the UI Component class for processing screen.
setProtocolVersion(String) - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
Sets the protocol version of 3-D secure 2.
setProviderMode(Connect.ProviderMode) - function in com.oppwa.mobile.connect.provider.IPaymentProvider
 
setProviderMode(Connect.ProviderMode) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the Connect.ProviderMode.
setResourcePath(String) - function in com.oppwa.mobile.connect.payment.CheckoutInfo
Sets the resource path value.
setResourcePath(String) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutActivityResult.Builder
Sets the resource path for payment status request, if it is available.
setSamsungPayConfig(SamsungPayConfig) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the SamsungPay configuration
setSamsungPayData(CustomSheetPaymentInfo) - function in com.oppwa.mobile.connect.checkout.meta.PaymentDetails
Sets SamsungPay's Payment information details with custom payment sheet information.
setSdkMaxTimeout(int) - function in com.oppwa.mobile.connect.provider.threeds.v2.model.ThreeDSConfig.Builder
Sets maximum amount of time (in minutes) for all exchanges for the 3-D Secure authentication.
setSecurityPolicyModeForBrand(String,CheckoutSecurityPolicyMode) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets security policy mode for specific payment brand.
setSecurityPolicyModeForTokens(CheckoutSecurityPolicyMode) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets security policy mode for tokens.
setShippingAddressParameters(JSONArray,Boolean) - function in com.oppwa.mobile.connect.utils.googlepay.PaymentDataRequestJsonBuilder
Optional.
setShippingAddressRequired(boolean) - function in com.oppwa.mobile.connect.utils.googlepay.PaymentDataRequestJsonBuilder
Optional.
setShippingInfo(String) - function in com.oppwa.mobile.connect.checkout.dialog.OrderSummary
Sets shipping details to show on summary screen
setShopperResultUrl(String) - function in com.oppwa.mobile.connect.payment.PaymentParams
Sets the URL which will receive the result of an asynchronous payment.
setShowBirthDate(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
If true Ratepay payment method will show Date of birth input filed false otherwise
setShowOtpEnabled(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the boolean indicates if true display Blik OTP will be displayed on Blik payment UI.
setSkipCVVMode(CheckoutSkipCVVMode) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the mode for showing CVV.
setState(String) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets the state.
setStateRequired(Boolean) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets if state is required, default value is true.
setSTCPayQrCodeRequired(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
If true STC pay payment method will show QR code option false otherwise
setStorePaymentDetailsMode(CheckoutStorePaymentDetailsMode) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the mode for storing payment details of the upcoming transaction.
setStreet1(String) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets the street 1.
setStreet1Required(Boolean) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets if street1 is required, default value is true.
setStreet2(String) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets the street2.
setStreet2Required(Boolean) - function in com.oppwa.mobile.connect.payment.BillingAddress.Builder
Sets if street2 is required, default value is false.
setSurname(String) - function in com.oppwa.mobile.connect.payment.Customer.Builder
Sets last name or surname.
setThemeResId(int) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets a theme resource id for com.oppwa.mobile.connect.checkout.dialog.CheckoutActivity, you can also set theme in your AndroidManifest.xml
setThreeDS2AuthParams(String) - function in com.oppwa.mobile.connect.payment.card.BaseCardPaymentParams
Sets params needed for 3-D Secure 2 authentication request
setThreeDS2Config(ThreeDSConfig) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets configuration information that shall be used during initialization
setThreeDS2Warnings(List) - function in com.oppwa.mobile.connect.checkout.meta.PaymentDetails
Sets the list of warnings produces by 3DS 2 library.
setThreeDSFlow(ThreeDS2Info.ThreeDSFlow) - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
Sets the 3-D secure 2 flow.
setThreeDSRequestorAppUrlUsed(boolean) - function in com.oppwa.mobile.connect.provider.threeds.v2.model.ThreeDSConfig.Builder
Sets value to indicate if threeDSRequestorAppUrl should be used or not.
setThreeDSWorkflowListener(ThreeDSWorkflowListener) - function in com.oppwa.mobile.connect.provider.OppPaymentProvider
Sets ThreeDSWorkflowListener to handle 3-D Secure workflow.
setTokenizationEnabled(boolean) - function in com.oppwa.mobile.connect.payment.card.CardPaymentParams
Sets tokenization flag.
setTokenizationEnabled(boolean) - function in com.oppwa.mobile.connect.checkout.uicomponent.card.CardUiComponentInteraction
Indicates whether card should be tokenized or not.
setTokenizationEnabled(boolean) - function in com.oppwa.mobile.connect.checkout.uicomponent.bankaccount.sepa.DirectDebitSepaUiComponentInteraction
Indicates whether DirectDebit Sepa should be tokenized or not.
setTotalAmountRequired(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
If true total amount will be shown on the payment method selection screen and in the 'Pay' buttons; false otherwise.
setTotalPrice(String) - function in com.oppwa.mobile.connect.utils.googlepay.TransactionInfoJsonBuilder
Required.
setTotalPriceLabel(String) - function in com.oppwa.mobile.connect.utils.googlepay.TransactionInfoJsonBuilder
Optional.
setTotalPriceStatus(String) - function in com.oppwa.mobile.connect.utils.googlepay.TransactionInfoJsonBuilder
Required.
setTransaction(Transaction) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutActivityResult.Builder
Sets the Transaction created during the checkout process.
setTransactionId(String) - function in com.oppwa.mobile.connect.utils.googlepay.TransactionInfoJsonBuilder
Optional.
setTransactionInfo(JSONObject) - function in com.oppwa.mobile.connect.utils.googlepay.PaymentDataRequestJsonBuilder
Required.
setTransactionType(TransactionType) - function in com.oppwa.mobile.connect.provider.Transaction
Sets the TransactionType.
setTrustedAppStores(Array) - function in com.oppwa.mobile.connect.provider.threeds.v2.model.ThreeDSConfig.Builder
Sets additional list of trusted applications, that would not cause security warnings (SW02).
setType(String) - function in com.oppwa.mobile.connect.payment.ImageDetail
 
setUiComponentsConfig(UiComponentsConfig) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Sets the UI Components configuration.
setUiCustomization(UiCustomization) - function in com.oppwa.mobile.connect.provider.threeds.v2.model.ThreeDSConfig.Builder
Sets UI configuration information that is used to specify the UI layout and theme of the challenge screens, for example, font style and font size.
setUrl(String) - function in com.oppwa.mobile.connect.payment.ImageDetail
 
setValidation(String) - function in com.oppwa.mobile.connect.payment.CardBrandInfo
 
setWidth(String) - function in com.oppwa.mobile.connect.payment.ImageDetail
 
setWindowSecurityEnabled(boolean) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
If true treat the content of the window as secure, preventing it from appearing in screenshots or from being viewed on non-secure displays false otherwise.
setWpwlOptions(Map) - function in com.oppwa.mobile.connect.checkout.meta.CheckoutSettings
Set WPWL configuration information for specified brand.
SINGLE_SELECT - enum entry in com.oppwa.mobile.connect.provider.threeds.v2.model.ChallengeUiType

Format that allows multiple options to be presented to the cardholder to obtain single response

STANDALONE - enum entry in com.oppwa.mobile.connect.checkout.dialog.PaymentButtonIntegrationMode

Default way to show payment button.

STCPayPaymentParams - class in com.oppwa.mobile.connect.payment.stcpay
Represents payment parameters for STC pay payment brand.
STCPayVerificationOption - class in com.oppwa.mobile.connect.payment.stcpay
An enumeration of possible verification options for STC pay transaction.
submitTransaction(Transaction,ITransactionListener) - function in com.oppwa.mobile.connect.provider.OppPaymentProvider
Starts executing a transaction.
submitTransaction(Transaction,ITransactionListener) - function in com.oppwa.mobile.connect.provider.IPaymentProvider
Starts executing a transaction.
submitTransaction(CheckoutSettings) - function in com.oppwa.mobile.connect.checkout.dialog.PaymentButtonFragment
Submits a transaction via payment button.
SUCCEEDED - enum entry in com.oppwa.mobile.connect.provider.model.yookassa.YooKassaStatus
 
SYNC - enum entry in com.oppwa.mobile.connect.provider.TransactionType

The synchronous transaction.

A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y