All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.adorsys.ledgers.deposit.api.domain.ChargeBearerBO Maven / Gradle / Ivy

There is a newer version: 4.17
Show newest version
package de.adorsys.ledgers.deposit.api.domain;

public enum ChargeBearerBO {
    CRED, //All transaction charges are to be borne by the creditor.
    DEBT, //All transaction charges are to be borne by the debtor.
    SHAR, //Shared In a credit transfer context, means that transaction charges on the sender side are to be borne by the debtor, transaction charges on the receiver side are to be borne by the creditor. In a direct debit context, means that transaction charges on the sender side are to be borne by the creditor, transaction charges on the receiver side are to be borne by the debtor.
    SLEV // Following Service Level Charges are to be applied following the rules agreed in the service level and/or scheme.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy