package com.tapjoy.internal; import com.tapjoy.TapjoyConstants; import org.json.JSONObject; /* loaded from: classes4.dex */ public final class y1 { public final String a; public y1(JSONObject jSONObject) { this.a = null; jSONObject.optString("currency_id"); this.a = jSONObject.optString(TapjoyConstants.PREF_SERVER_CURRENCY_TYPE); } public final String a() { return this.a; } }