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

eleme.openapi.sdk.api.entity.auc.AlscPreAuthOpenRequest Maven / Gradle / Ivy

The newest version!
package eleme.openapi.sdk.api.entity.auc;

import eleme.openapi.sdk.api.entity.auc.*;
import java.util.*;
import java.math.BigDecimal;


public class AlscPreAuthOpenRequest{

    /**
     * 场景码
     */
    private String sceneCode;
    public String getSceneCode() {
        return sceneCode;
    }
    public void setSceneCode(String sceneCode) {
        this.sceneCode = sceneCode;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy