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

me.pagar.model.RegisterPhone Maven / Gradle / Ivy

The newest version!
package me.pagar.model;

import com.google.gson.annotations.Expose;

public class RegisterPhone extends PagarMeModel  {
    @Expose
    private String type;

    @Expose
    private String ddd;

    @Expose
    private String number;

    public String getType() {
        return type;
    }

    public String getDdd() {
        return ddd;
    }

    public String getNumber() {
        return number;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy