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

com.mercadopago.resources.common.Source Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.resources.common;

import lombok.Getter;

/** Source class. */
@Getter
public class Source {
  /** Id. */
  public String id;

  /** Name. */
  public String name;

  /** Type. */
  public String type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy