package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public class KMh { @SerializedName("callbackUrl") private String a; @SerializedName("merchantInfo") private xLZ b; @SerializedName("paymentInfo") private List e; public KMh(List list, xLZ xlz, String str) { this.e = list; this.b = xlz; this.a = str; } }