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

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

package com.cleeng.api.domain;

import java.util.ArrayList;

import org.jsonrpc.JSONRPCMessage;

public class PaymentDetailsResponse extends JSONRPCMessage {

    public ArrayList result;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy