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
public static class PaymentIntent.NextAction.VerifyWithMicrodeposits extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description VerifyWithMicrodeposits()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.LonggetArrivalDate()java.lang.StringgetHostedVerificationUrl()inthashCode()voidsetArrivalDate(java.lang.Long arrivalDate)voidsetHostedVerificationUrl(java.lang.String hostedVerificationUrl)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getArrivalDate
public java.lang.Long getArrivalDate()
-
getHostedVerificationUrl
public java.lang.String getHostedVerificationUrl()
-
setArrivalDate
public void setArrivalDate(java.lang.Long arrivalDate)
-
setHostedVerificationUrl
public void setHostedVerificationUrl(java.lang.String hostedVerificationUrl)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-