-
- All Implemented Interfaces:
-
com.adyen.checkout.components.base.OutputData
class AwaitOutputData implements OutputData
-
-
Constructor Summary
Constructors Constructor Description AwaitOutputData(boolean isValid, String paymentMethodType)
-
Method Summary
Modifier and Type Method Description booleanisValid()StringgetPaymentMethodType()-
-
Constructor Detail
-
AwaitOutputData
AwaitOutputData(boolean isValid, String paymentMethodType)
-
-
Method Detail
-
isValid
boolean isValid()
-
getPaymentMethodType
@Nullable() String getPaymentMethodType()
-
-
-
-