51 lines
1.0 KiB
Java
51 lines
1.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import org.simpleframework.xml.strategy.Name;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class KNe {
|
|
|
|
@SerializedName("loanTypeEN")
|
|
public String a;
|
|
|
|
@SerializedName("longNameEN")
|
|
public String b;
|
|
|
|
@SerializedName("amount")
|
|
public String c;
|
|
|
|
@SerializedName(Name.MARK)
|
|
public String d;
|
|
|
|
@SerializedName("loanTypeTH")
|
|
public String e;
|
|
|
|
@SerializedName("longNameTH")
|
|
public String g;
|
|
|
|
@SerializedName("shortNameEN")
|
|
public String h;
|
|
|
|
@SerializedName("shortNameTH")
|
|
public String i;
|
|
|
|
@SerializedName("sortSequence")
|
|
public int j;
|
|
|
|
public KNe() {
|
|
}
|
|
|
|
public KNe(String str, int i, String str2, String str3, String str4, String str5, String str6, String str7, String str8) {
|
|
this.d = str;
|
|
this.j = i;
|
|
this.i = str2;
|
|
this.h = str3;
|
|
this.g = str4;
|
|
this.b = str5;
|
|
this.e = str6;
|
|
this.a = str7;
|
|
this.c = str8;
|
|
}
|
|
}
|