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
For more details about VerifyWithMicrodeposits, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe 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.inthashCode()voidsetArrivalDate(Long arrivalDate) The timestamp when the microdeposits are expected to land.voidsetHostedVerificationUrl(String hostedVerificationUrl) The URL for the hosted verification page, which allows customers to verify their bank account.voidsetMicrodepositType(String microdepositType) The type of the microdeposit sent to the customer.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
VerifyWithMicrodepositspublic VerifyWithMicrodeposits()
 
- 
- 
Method Details- 
getArrivalDateThe timestamp when the microdeposits are expected to land.
- 
getHostedVerificationUrlThe URL for the hosted verification page, which allows customers to verify their bank account.
- 
getMicrodepositTypeThe type of the microdeposit sent to the customer. Used to distinguish between different verification methods.One of amounts, ordescriptor_code.
- 
setArrivalDateThe timestamp when the microdeposits are expected to land.
- 
setHostedVerificationUrlThe URL for the hosted verification page, which allows customers to verify their bank account.
- 
setMicrodepositTypeThe type of the microdeposit sent to the customer. Used to distinguish between different verification methods.One of amounts, ordescriptor_code.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-