-
public final class CardEntryActivityCommand.ShowError extends CardEntryActivityCommand
Display message in an error dialog to the customer, and allow the customer to edit their card information and re-submit.
-
-
Field Summary
Fields Modifier and Type Field Description private final CharSequence
message
-
Constructor Summary
Constructors Constructor Description ShowError(CharSequence message)
-
Method Summary
Modifier and Type Method Description final CharSequence
component1()
final CardEntryActivityCommand.ShowError
copy(CharSequence message)
final CharSequence
getMessage()
-
-
Constructor Detail
-
ShowError
ShowError(CharSequence message)
-
-
Method Detail
-
component1
final CharSequence component1()
-
copy
final CardEntryActivityCommand.ShowError copy(CharSequence message)
-
getMessage
final CharSequence getMessage()
-
-
-
-