Package io.moov.sdk.models.components
Class CompleteMicroDeposits
- java.lang.Object
-
- io.moov.sdk.models.components.CompleteMicroDeposits
-
public class CompleteMicroDeposits extends java.lang.ObjectCompleteMicroDepositsRequest to complete the micro-deposit verification workflow.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompleteMicroDeposits.Builder
-
Constructor Summary
Constructors Constructor Description CompleteMicroDeposits(java.util.List<java.lang.Long> amounts)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Long>amounts()Two positive integers, in cents, equal to the values of the micro-deposits sent to the bank account.static CompleteMicroDeposits.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()CompleteMicroDepositswithAmounts(java.util.List<java.lang.Long> amounts)Two positive integers, in cents, equal to the values of the micro-deposits sent to the bank account.
-
-
-
Method Detail
-
amounts
public java.util.List<java.lang.Long> amounts()
Two positive integers, in cents, equal to the values of the micro-deposits sent to the bank account.
-
builder
public static final CompleteMicroDeposits.Builder builder()
-
withAmounts
public CompleteMicroDeposits withAmounts(java.util.List<java.lang.Long> amounts)
Two positive integers, in cents, equal to the values of the micro-deposits sent to the bank account.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-