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

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

The newest version!
package com.banxa.model.response;

import com.banxa.model.Order;

public class GetOrderResponse {
    private Order order;

    public Order getOrder() {
        return order;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy