-
- All Implemented Interfaces:
public class AffirmProcessorResultContract extends BaseProcessorActivityResultContractContract 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 StringgetTransactionExtraKey()StringgetPaymentErrorExtraKey()Class<out Object>getActivityClass()-
-
Method Detail
-
getTransactionExtraKey
@NonNull() String getTransactionExtraKey()
-
getPaymentErrorExtraKey
@NonNull() String getPaymentErrorExtraKey()
-
getActivityClass
@NonNull() Class<out Object> getActivityClass()
-
-
-
-