Class DEDDCreditTransactionObject

    • Constructor Detail

      • DEDDCreditTransactionObject

        public DEDDCreditTransactionObject​(Amount amount,
                                           DEDirectDebit account)
        creates a Credit transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriate setter methods on the returned DEDDCreditTransactionObject instance
      • DEDDCreditTransactionObject

        @Deprecated
        public DEDDCreditTransactionObject​(Amount amount,
                                           DEDirectDebit account,
                                           String hostedDataID,
                                           String hostedDataStoreID)
        Deprecated.
        use DEDDCreditTransactionObject(final Amount amount, final DEDirectDebit account) and the PaymentSetter
        Parameters:
        amount -
        account -
        hostedDataID -
        hostedDataStoreID -
      • DEDDCreditTransactionObject

        public DEDDCreditTransactionObject​(Amount amount,
                                           String hostedDataID,
                                           String hostedDataStoreID)