45 lines
1005 B
Java
45 lines
1005 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class oFK {
|
||
|
|
||
|
@SerializedName("amount")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("productCode")
|
||
|
private final String b;
|
||
|
|
||
|
@SerializedName("productSubCode")
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("duration")
|
||
|
private final String d;
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
public String e;
|
||
|
|
||
|
@SerializedName("sourceCode")
|
||
|
private final String f;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
private final String h;
|
||
|
|
||
|
public oFK(String str, String str2, String str3, String str4, String str5, String str6) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
this.h = str;
|
||
|
this.b = str2;
|
||
|
this.c = str3;
|
||
|
this.f = str4;
|
||
|
this.a = str5;
|
||
|
this.d = str6;
|
||
|
this.e = null;
|
||
|
}
|
||
|
}
|