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

com.nbsaas.boot.trade.ext.domain.request.TradeRequest Maven / Gradle / Ivy

There is a newer version: 1.1.5-2024
Show newest version
package com.nbsaas.boot.trade.ext.domain.request;

import lombok.Data;

import java.io.Serializable;
import java.math.BigDecimal;


@Data
public class TradeRequest implements Serializable {

    private Long from;

    private Long to;

    private Integer changeType;

    private BigDecimal amount;

    private String note;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy