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

com.banxa.model.response.GetOrdersResponse Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.banxa.model.response;


import com.banxa.model.Order;

import java.util.List;

public class GetOrdersResponse {
    private List orders;

    public List getOrders() {
        return orders;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy