Class TransferNotificationTransferTracking


  • public class TransferNotificationTransferTracking
    extends Object
    TransferNotificationTransferTracking
    • Constructor Detail

      • TransferNotificationTransferTracking

        public TransferNotificationTransferTracking()
    • Method Detail

      • getEstimatedArrivalTime

        public OffsetDateTime getEstimatedArrivalTime()
        The estimated time the beneficiary should have access to the funds.
        Returns:
        estimatedArrivalTime
      • setEstimatedArrivalTime

        public void setEstimatedArrivalTime​(OffsetDateTime estimatedArrivalTime)
        The estimated time the beneficiary should have access to the funds.
        Parameters:
        estimatedArrivalTime -
      • equals

        public boolean equals​(Object o)
        Return true if this TransferNotificationTransferTracking object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static TransferNotificationTransferTracking fromJson​(String jsonString)
                                                             throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of TransferNotificationTransferTracking given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of TransferNotificationTransferTracking
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to TransferNotificationTransferTracking
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of TransferNotificationTransferTracking to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException