Class GooglePayComponentState

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

    
    public final class GooglePayComponentState
     implements PaymentComponentState<GooglePayPaymentMethod>
                        

    Represents the state of GooglePayComponent.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      GooglePayComponentState(PaymentComponentData<GooglePayPaymentMethod> data, Boolean isInputValid, Boolean isReady, PaymentData paymentData)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      PaymentComponentData<GooglePayPaymentMethod> getData()
      Boolean isInputValid()
      Boolean isReady()
      final PaymentData getPaymentData()
      • 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

      • GooglePayComponentState

        GooglePayComponentState(PaymentComponentData<GooglePayPaymentMethod> data, Boolean isInputValid, Boolean isReady, PaymentData paymentData)