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

io.contek.invoker.hbdminverse.api.common._OrderIdentifier Maven / Gradle / Ivy

There is a newer version: 3.6.19
Show newest version
package io.contek.invoker.hbdminverse.api.common;

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public class _OrderIdentifier {

  public long order_id;
  public String order_id_str;
  public Long client_order_id;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy