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

eleme.openapi.sdk.api.entity.enterprise.LoadPaymentReq Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.enterprise;

import eleme.openapi.sdk.api.entity.enterprise.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;

public class LoadPaymentReq{

    /**
     * 饿了么订单号
     */
    private String eosOrderId;
    public String getEosOrderId() {
        return eosOrderId;
    }
    public void setEosOrderId(String eosOrderId) {
        this.eosOrderId = eosOrderId;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy