
com.mangopay.core.enumerations.TransactionNature Maven / Gradle / Ivy
package com.mangopay.core.enumerations;
/**
* Transaction nature enumeration.
*/
public enum TransactionNature {
/**
* Not specified.
*/
NotSpecified,
/**
* REGULAR transaction nature.
*/
REGULAR,
/**
* REFUND transaction nature.
*/
REFUND,
/**
* REPUDIATION transaction nature.
*/
REPUDIATION,
/**
* SETTLEMENT transaction nature.
*/
SETTLEMENT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy