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

com.cleeng.api.domain.SingleOfferResponse Maven / Gradle / Ivy

package com.cleeng.api.domain;

import org.jsonrpc.JSONRPCMessage;

public class SingleOfferResponse extends JSONRPCMessage {

    public SingleOfferResult result;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy