-
- All Implemented Interfaces:
public final class PayToUiState
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisProcessingprivate final PayToPayIdTypepayIdType
-
Constructor Summary
Constructors Constructor Description PayToUiState(Boolean isProcessing, PayToPayIdType payIdType)
-
Method Summary
Modifier and Type Method Description final BooleanisProcessing()final PayToPayIdTypegetPayIdType()-
-
Constructor Detail
-
PayToUiState
PayToUiState(Boolean isProcessing, PayToPayIdType payIdType)
-
-
Method Detail
-
isProcessing
final Boolean isProcessing()
-
getPayIdType
final PayToPayIdType getPayIdType()
-
-
-
-