Class PaymentIntent.NextAction.VerifyWithMicrodeposits

    • Constructor Detail

      • VerifyWithMicrodeposits

        public VerifyWithMicrodeposits()
    • Method Detail

      • getArrivalDate

        public java.lang.Long getArrivalDate()
        The timestamp when the microdeposits are expected to land.
      • getHostedVerificationUrl

        public java.lang.String getHostedVerificationUrl()
        The URL for the hosted verification page, which allows customers to verify their bank account.
      • setArrivalDate

        public void setArrivalDate​(java.lang.Long arrivalDate)
        The timestamp when the microdeposits are expected to land.
      • setHostedVerificationUrl

        public void setHostedVerificationUrl​(java.lang.String hostedVerificationUrl)
        The URL for the hosted verification page, which allows customers to verify their bank account.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object