Class TransferFeeTransfer

    • Constructor Detail

      • TransferFeeTransfer

        public TransferFeeTransfer()
    • Method Detail

      • getCustomValuesForExport

        public Set<TransactionCustomFieldValue> getCustomValuesForExport()
        This method returns the transaction's custom values required when exporting the visible fields.
        We need to override this method because the default implementation never returns the custom values for transfer fees. See getTransaction() and Transfer.getCustomValues()
      • getTransaction

        public Transaction getTransaction()
        We don't return the transaction for fees because it contains data such as fromName, toName, description and custom fields which belong to the original transfer, not to fees
        Overrides:
        getTransaction in class Transfer
      • setTransferFee

        public void setTransferFee​(TransferFee transferFee)