24 lines
455 B
Java
24 lines
455 B
Java
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<C17640yZm> e;
|
|
|
|
public KMh(List<C17640yZm> list, xLZ xlz, String str) {
|
|
this.e = list;
|
|
this.b = xlz;
|
|
this.a = str;
|
|
}
|
|
}
|