24 lines
508 B
Java
24 lines
508 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.aa, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class C2197aa {
|
||
|
|
||
|
@SerializedName("transactionToken")
|
||
|
private String a;
|
||
|
|
||
|
@SerializedName("ltfConditionFlag")
|
||
|
private String c;
|
||
|
|
||
|
@SerializedName("statementOfHolding")
|
||
|
private String e;
|
||
|
|
||
|
public C2197aa(String str, String str2, String str3) {
|
||
|
this.a = str;
|
||
|
this.e = str2;
|
||
|
this.c = str3;
|
||
|
}
|
||
|
}
|