-
- All Implemented Interfaces:
public class AffirmProcessorResultContract extends BaseProcessorActivityResultContract
Contract for the Affirm payment processor activity result. A contract specifying that the AffirmProcessorActivity can be called with an input of com.oppwa.mobile.connect.provider.Transaction and produce an output of com.oppwa.mobile.connect.payment.processor.ProcessorActivityResult.
-
-
Method Summary
Modifier and Type Method Description String
getTransactionExtraKey()
String
getPaymentErrorExtraKey()
Class<out Object>
getActivityClass()
-
-
Method Detail
-
getTransactionExtraKey
@NonNull() String getTransactionExtraKey()
-
getPaymentErrorExtraKey
@NonNull() String getPaymentErrorExtraKey()
-
getActivityClass
@NonNull() Class<out Object> getActivityClass()
-
-
-
-