Package com.stripe.model
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
The image_url_svg string used to render QR code.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The timestamp when the microdeposits are expected to land.The URL for the hosted verification page, which allows customers to verify their bank account.The type of the microdeposit sent to the customer.int
hashCode()
void
setArrivalDate
(Long arrivalDate) The timestamp when the microdeposits are expected to land.void
setHostedVerificationUrl
(String hostedVerificationUrl) The URL for the hosted verification page, which allows customers to verify their bank account.void
setMicrodepositType
(String microdepositType) The type of the microdeposit sent to the customer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
VerifyWithMicrodeposits
public VerifyWithMicrodeposits()
-
-
Method Details
-
getArrivalDate
The timestamp when the microdeposits are expected to land. -
getHostedVerificationUrl
The URL for the hosted verification page, which allows customers to verify their bank account. -
getMicrodepositType
The type of the microdeposit sent to the customer. Used to distinguish between different verification methods.One of
amounts
, ordescriptor_code
. -
setArrivalDate
The timestamp when the microdeposits are expected to land. -
setHostedVerificationUrl
The URL for the hosted verification page, which allows customers to verify their bank account. -
setMicrodepositType
The type of the microdeposit sent to the customer. Used to distinguish between different verification methods.One of
amounts
, ordescriptor_code
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-