44 lines
864 B
Java
44 lines
864 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.rJO, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16790rJO {
|
|
|
|
@SerializedName("minimumAmount")
|
|
public final String a;
|
|
|
|
@SerializedName("productType")
|
|
public final String b;
|
|
|
|
@SerializedName("functionId")
|
|
public final String c;
|
|
|
|
@SerializedName("sortSequence")
|
|
public final int d;
|
|
|
|
@SerializedName("name")
|
|
public final String e;
|
|
|
|
@SerializedName("type")
|
|
public final String h;
|
|
|
|
private C16790rJO(byte b) {
|
|
this.d = 0;
|
|
this.b = null;
|
|
this.e = null;
|
|
this.a = null;
|
|
this.c = null;
|
|
this.h = null;
|
|
}
|
|
|
|
private /* synthetic */ C16790rJO(char c) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
public C16790rJO() {
|
|
this((char) 0);
|
|
}
|
|
}
|