Class SevenElevenComponentState

  • All Implemented Interfaces:
    com.adyen.checkout.components.core.PaymentComponentState

    
    public final class SevenElevenComponentState
     implements PaymentComponentState<SevenElevenPaymentMethod>
                        

    Represents the state of SevenElevenComponent.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      PaymentComponentData<SevenElevenPaymentMethod> getData()
      Boolean isInputValid()
      Boolean isReady()
      • Methods inherited from class com.adyen.checkout.components.core.PaymentComponentState

        isValid
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SevenElevenComponentState

        SevenElevenComponentState(PaymentComponentData<SevenElevenPaymentMethod> data, Boolean isInputValid, Boolean isReady)