A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
R
- RatePayPaymentParams - class in com.oppwa.mobile.connect.payment.ratepay
- Represents payment parameters for Ratepay Payments.
- REGEX - enum entry in com.oppwa.mobile.connect.checkout.meta.CheckoutBrandDetectionType
Uses regular expressions to analyze card number (supports a limited number of brands)
- registerTransaction(Transaction,ITransactionListener) - function in com.oppwa.mobile.connect.provider.OppPaymentProvider
- Creates a just registration separate from any later payment.
- registerTransaction(Transaction,ITransactionListener) - function in com.oppwa.mobile.connect.provider.IPaymentProvider
- Creates a just registration separate from any later payment.
- REJECTED - enum entry in com.oppwa.mobile.connect.provider.ThreeDS2Info.AuthStatus
Issuer is rejecting authentication/verification and request that authorisation not attempted.
- removeParam(String) - function in com.oppwa.mobile.connect.payment.PaymentParams
- Removes parameter by name.
- requestBinInfo(String,String,BinInfoListener) - function in com.oppwa.mobile.connect.provider.OppPaymentProvider
- Request the com.oppwa.mobile.connect.provider.model.BinInfo for specific bin.
- requestBinInfo(String,String,BinInfoListener) - function in com.oppwa.mobile.connect.provider.IPaymentProvider
- Request the com.oppwa.mobile.connect.provider.model.BinInfo for specific bin.
- requestBrandsValidation(String,Array,ITransactionListener) - function in com.oppwa.mobile.connect.provider.OppPaymentProvider
- Requests the BrandsValidation.
- requestBrandsValidation(String,Array,ITransactionListener) - function in com.oppwa.mobile.connect.provider.IPaymentProvider
- Requests the BrandsValidation.
- requestCheckoutData(String,ResponseListener) - function in com.oppwa.mobile.connect.provider.OppPaymentProvider
- Requests the CheckoutData by checkout id.
- requestCheckoutData(String,ResponseListener) - function in com.oppwa.mobile.connect.provider.IPaymentProvider
- Requests the CheckoutData by checkout id.
- requestCheckoutInfo(String,ITransactionListener) - function in com.oppwa.mobile.connect.provider.OppPaymentProvider
- Requests the CheckoutInfo by checkout id.
- requestCheckoutInfo(String,ITransactionListener) - function in com.oppwa.mobile.connect.provider.IPaymentProvider
- Requests the CheckoutInfo by checkout id.
- requestIdealBanks(String,IdealBanksListener) - function in com.oppwa.mobile.connect.provider.OppPaymentProvider
- The iDEAL
1.0
is no longer supported, the iDEAL2.0
doesn't require a bank name to create the PaymentParams, see createIdealTwoPaymentParams. - requestIdealBanks(String,IdealBanksListener) - function in com.oppwa.mobile.connect.provider.IPaymentProvider
- The iDEAL
1.0
is no longer supported, the iDEAL2.0
doesn't require a bank name to create the PaymentParams, see createIdealTwoPaymentParams. - requestImages(Array,ITransactionListener) - function in com.oppwa.mobile.connect.provider.OppPaymentProvider
- Requests the ImagesRequest Please note that the callback will be called in a different Thread.
- requestImages(Array,ITransactionListener) - function in com.oppwa.mobile.connect.provider.IPaymentProvider
- Requests the ImagesRequest.
- requireAuthResponse() - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
- requireCallbackUrl() - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
- REQUIRED - enum entry in com.oppwa.mobile.connect.payment.CVVMode
- requireDsCert() - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
- requireDsRefId() - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
- requireDsRootCa() - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
- requireProtocolVersion() - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
- requireThreeDS2Info() - function in com.oppwa.mobile.connect.provider.Transaction
- requireThreeDSFlow() - function in com.oppwa.mobile.connect.provider.ThreeDS2Info
- ResponseListener - class in com.oppwa.mobile.connect.provider.listener
- Callback interface for request, this is called once response is received.