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

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

There is a newer version: 2.42.0
Show newest version
package com.mangopay.core.enumerations;

public class PayInReferences {

    private String type;

    private String value;

    public PayInReferences(String type, String value) {
        this.type = type;
        this.value = value;
    }

    public String getType() {
        return type;
    }

    public String getValue() {
        return value;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy