what-the-bank/sources/o/TIx.java

35 lines
804 B
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes.dex */
public final class TIx {
@SerializedName("paymentInfo")
public List<jwX> e;
public final String toString() {
List<jwX> list = this.e;
StringBuilder sb = new StringBuilder("AdditionalMetaDataEntity(paymentInfo=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<jwX> list = this.e;
if (list == null) {
return 0;
}
return list.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof TIx) && C14957gcv.b(this.e, ((TIx) obj).e);
}
}