Class CreateCancellationRequest


  • public class CreateCancellationRequest
    extends java.lang.Object
    • Constructor Detail

      • CreateCancellationRequest

        public CreateCancellationRequest​(java.lang.String accountID,
                                         java.lang.String transferID)
    • Method Detail

      • accountID

        public java.lang.String accountID()
        The partner's Moov account ID.
      • transferID

        public java.lang.String transferID()
        The transfer ID to cancel.
      • withAccountID

        public CreateCancellationRequest withAccountID​(java.lang.String accountID)
        The partner's Moov account ID.
      • withTransferID

        public CreateCancellationRequest withTransferID​(java.lang.String transferID)
        The transfer ID to cancel.
      • 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