Class RefundFundsTransferNotificationContent


  • public class RefundFundsTransferNotificationContent
    extends Object
    RefundFundsTransferNotificationContent
    • Constructor Detail

      • RefundFundsTransferNotificationContent

        public RefundFundsTransferNotificationContent()
    • Method Detail

      • getAmount

        public Amount getAmount()
        Get amount
        Returns:
        amount
      • setAmount

        public void setAmount​(Amount amount)
      • getInvalidFields

        public List<ErrorFieldType> getInvalidFields()
        Invalid fields list.
        Returns:
        invalidFields
      • getMerchantReference

        public String getMerchantReference()
        A value that can be supplied at the discretion of the executing user in order to link multiple transactions to one another.
        Returns:
        merchantReference
      • setMerchantReference

        public void setMerchantReference​(String merchantReference)
      • getOriginalReference

        public String getOriginalReference()
        A PSP reference of the original fund transfer.
        Returns:
        originalReference
      • setOriginalReference

        public void setOriginalReference​(String originalReference)
      • getStatus

        public OperationStatus getStatus()
        Get status
        Returns:
        status
      • equals

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

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

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

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