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

com.coinbase.api.entity.Contact Maven / Gradle / Ivy

There is a newer version: 1.10.0
Show newest version
package com.coinbase.api.entity;

public class Contact {
    
    private String _email;

    public String getEmail() {
	return _email;
    }

    public void setEmail(String email) {
	_email = email;
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy