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

com.mangopay.core.enumerations.MandateScheme Maven / Gradle / Ivy

There is a newer version: 2.42.0
Show newest version
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