31 lines
539 B
Java
31 lines
539 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public class OUb extends C16562pOe {
|
||
|
|
||
|
@SerializedName("refId")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("zonedDateTime")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("amount")
|
||
|
public final Double e;
|
||
|
|
||
|
private /* synthetic */ OUb(char c) {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
|
||
|
private OUb(byte b) {
|
||
|
this.b = null;
|
||
|
this.c = null;
|
||
|
this.e = null;
|
||
|
}
|
||
|
|
||
|
public OUb() {
|
||
|
this((char) 0);
|
||
|
}
|
||
|
}
|