20 lines
386 B
Java
20 lines
386 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.Jsl, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C0572Jsl {
|
|
|
|
@SerializedName("term")
|
|
private String c;
|
|
|
|
@SerializedName("rate")
|
|
private String d;
|
|
|
|
public C0572Jsl(String str, String str2) {
|
|
this.c = str;
|
|
this.d = str2;
|
|
}
|
|
}
|