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

com.mangopay.entities.ClientLogo Maven / Gradle / Ivy

The newest version!
package com.mangopay.entities;

import com.google.gson.annotations.SerializedName;
import com.mangopay.core.EntityBase;

/**
 * Client logo container.
 */
public class ClientLogo extends EntityBase {

    /**
     * File content.
     */
    @SerializedName("File")
    private String file;

    public String getFile() {
        return file;
    }

    public void setFile(String file) {
        this.file = file;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy