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

com.brihaspathee.zeus.web.request.TradingPartnerRequest Maven / Gradle / Ivy

The newest version!
package com.brihaspathee.zeus.web.request;

import lombok.*;

/**
 * Created in Intellij IDEA
 * User: Balaji Varadharajan
 * Date: 14, January 2022
 * Time: 9:44 AM
 * Project: Zeus
 * Package Name: com.zeus.web.request
 * To change this template use File | Settings | File and Code Template
 */
@Getter
@Setter
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class TradingPartnerRequest {

    private String tradingPartnerRequest;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy