Class PaymentIntent.NextAction.VerifyWithMicrodeposits

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.VerifyWithMicrodeposits
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.NextAction

public static class PaymentIntent.NextAction.VerifyWithMicrodeposits extends StripeObject
The image_url_svg string used to render QR code.
  • Constructor Details

    • VerifyWithMicrodeposits

      public VerifyWithMicrodeposits()
  • Method Details

    • getArrivalDate

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

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

      public String getMicrodepositType()
      The type of the microdeposit sent to the customer. Used to distinguish between different verification methods.

      One of amounts, or descriptor_code.

    • setArrivalDate

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

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

      public void setMicrodepositType(String microdepositType)
      The type of the microdeposit sent to the customer. Used to distinguish between different verification methods.

      One of amounts, or descriptor_code.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object