-
- All Implemented Interfaces:
public final class PayToProcessorResultContract extends BaseProcessorActivityResultContractContract for the PayTo payment processor activity result. A contract specifying that the {@link PayToProcessorActivity} can be called with an input of {@link com.oppwa.mobile.connect.provider.Transaction} and produce an output of {@link com.oppwa.mobile.connect.payment.processor.ProcessorActivityResult}.
-
-
Constructor Summary
Constructors Constructor Description PayToProcessorResultContract()
-
Method Summary
Modifier and Type Method Description StringgetTransactionExtraKey()StringgetPaymentErrorExtraKey()Class<?>getActivityClass()-
-
Method Detail
-
getTransactionExtraKey
String getTransactionExtraKey()
-
getPaymentErrorExtraKey
String getPaymentErrorExtraKey()
-
getActivityClass
Class<?> getActivityClass()
-
-
-
-