19 lines
366 B
Java
19 lines
366 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.ArrayList;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public class YTw {
|
||
|
|
||
|
@SerializedName("billerCheckSum")
|
||
|
private String a;
|
||
|
|
||
|
@SerializedName("latestBillerFlag")
|
||
|
private Integer c;
|
||
|
|
||
|
@SerializedName("billers")
|
||
|
public List<BUi> e = new ArrayList();
|
||
|
}
|