0% found this document useful (0 votes)
19 views1 page

Java Class for Mobile Payment Server

The document defines a Java class named 'd' within the package 'com.billing.yemensoft.ysutilitymobilepayment.ServerConnection.certificateloader'. This class contains several fields annotated with '@c', which map to specific JSON keys, including image URL, document number, error message, error number, error status, and package name. The fields include both String and integer types, as well as a Boolean type for error status.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views1 page

Java Class for Mobile Payment Server

The document defines a Java class named 'd' within the package 'com.billing.yemensoft.ysutilitymobilepayment.ServerConnection.certificateloader'. This class contains several fields annotated with '@c', which map to specific JSON keys, including image URL, document number, error message, error number, error status, and package name. The fields include both String and integer types, as well as a Boolean type for error status.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

package

[Link];

import g7.c;

public class d {
@c("imgurl")

/* renamed from: a reason: collision with root package name */


public String f3817a;
@c("_Doc_No")

/* renamed from: b reason: collision with root package name */


int f3818b;
@c(alternate = {"ErrMsg"}, value = "_ErrMsg")

/* renamed from: c reason: collision with root package name */


String f3819c;
@c(alternate = {"ErrNo"}, value = "_ErrNo")

/* renamed from: d reason: collision with root package name */


int f3820d;
@c("_ErrStatuse")

/* renamed from: e reason: collision with root package name */


Boolean f3821e;
@c("_Pkg_Nm")

/* renamed from: f reason: collision with root package name */


public String f3822f;
}

You might also like