
com.mangopay.core.enumerations.MandateScheme Maven / Gradle / Ivy
package com.mangopay.core.enumerations;
/**
* Scheme of mandate.
*/
public enum MandateScheme {
/**
* Not specified.
*/
NotSpecified,
/**
* SEPA scheme.
*/
SEPA,
/**
* BACS scheme.
*/
BACS
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy