Class GetCancellationRequest


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

      • GetCancellationRequest

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

      • accountID

        public java.lang.String accountID()
        Moov account ID of the partner or transfer's source or destination.
      • transferID

        public java.lang.String transferID()
        Identifier for the transfer.
      • cancellationID

        public java.lang.String cancellationID()
        Identifier for the cancellation.
      • withAccountID

        public GetCancellationRequest withAccountID​(java.lang.String accountID)
        Moov account ID of the partner or transfer's source or destination.
      • withTransferID

        public GetCancellationRequest withTransferID​(java.lang.String transferID)
        Identifier for the transfer.
      • withCancellationID

        public GetCancellationRequest withCancellationID​(java.lang.String cancellationID)
        Identifier for the cancellation.
      • 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