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

com.github.marcoblos.mastercardmpgssdk.model.MastercardSourceOfFunds Maven / Gradle / Ivy

package com.github.marcoblos.mastercardmpgssdk.model;

import java.io.Serializable;

import com.github.marcoblos.mastercardmpgssdk.domain.MastercardSourceOfFundsType;

import lombok.Getter;
import lombok.Setter;

/**
 * 
 * @author marcoblos 2018-02-22
 *
 */
@Getter
@Setter
public class MastercardSourceOfFunds implements Serializable {

	private static final long serialVersionUID = 2257591051755126776L;

	private MastercardSourceOfFundsType type;

	private MastercardProvided provided;

	public MastercardSourceOfFunds() {
		this.provided = new MastercardProvided();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy