Class CompleteMicroDeposits


  • public class CompleteMicroDeposits
    extends java.lang.Object
    CompleteMicroDeposits

    Request to complete the micro-deposit verification workflow.

    • Constructor Detail

      • CompleteMicroDeposits

        public CompleteMicroDeposits​(java.util.List<java.lang.Long> amounts)
    • 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.
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object