Package com.adyen.checkout.dropin
Class DropInServiceResult.Finished
-
- All Implemented Interfaces:
public final class DropInServiceResult.Finished extends DropInServiceResult
A call to /payments or /payments/details was successful and the checkout flow is finished. This does not necessarily mean that the payment was authorized, it can simply indicate that all the necessary network calls were made without any exceptions or unexpected errors.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringresultprivate final FinishedDialogfinishedDialog
-
Constructor Summary
Constructors Constructor Description DropInServiceResult.Finished(String result, FinishedDialog finishedDialog)
-
Method Summary
Modifier and Type Method Description final StringgetResult()final FinishedDialoggetFinishedDialog()-
-
Constructor Detail
-
DropInServiceResult.Finished
DropInServiceResult.Finished(String result, FinishedDialog finishedDialog)
- Parameters:
result- The final result of the checkout flow.finishedDialog- If set, a dialog will be shown with the data passed in FinishedDialog.
-
-
Method Detail
-
getFinishedDialog
final FinishedDialog getFinishedDialog()
-
-
-
-