103 lines
3.3 KiB
Java
103 lines
3.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class VkC {
|
|
|
|
@SerializedName("billPayment")
|
|
public final mNT a;
|
|
|
|
@SerializedName("creditCardFullAmount")
|
|
public final RXU b;
|
|
|
|
@SerializedName("deeplinkId")
|
|
public final String c;
|
|
|
|
@SerializedName("merchantMetaData")
|
|
public final C16203mIE d;
|
|
|
|
@SerializedName("creditcardInstallment")
|
|
public final Thv e;
|
|
|
|
@SerializedName("partnerSubType")
|
|
public final List<String> f;
|
|
|
|
@SerializedName("partnerId")
|
|
public final String g;
|
|
|
|
@SerializedName("partnerType")
|
|
public final String h;
|
|
|
|
@SerializedName("partnerTransactionId")
|
|
public final String i;
|
|
|
|
@SerializedName("partnerName")
|
|
public final String j;
|
|
|
|
public final String toString() {
|
|
Thv thv = this.e;
|
|
String str = this.g;
|
|
String str2 = this.j;
|
|
String str3 = this.i;
|
|
String str4 = this.h;
|
|
List<String> list = this.f;
|
|
mNT mnt = this.a;
|
|
RXU rxu = this.b;
|
|
C16203mIE c16203mIE = this.d;
|
|
String str5 = this.c;
|
|
StringBuilder sb = new StringBuilder("PurchaseSourceOfFundEntity(creditCardInstallment=");
|
|
sb.append(thv);
|
|
sb.append(", partnerId=");
|
|
sb.append(str);
|
|
sb.append(", partnerName=");
|
|
sb.append(str2);
|
|
sb.append(", partnerTransactionId=");
|
|
sb.append(str3);
|
|
sb.append(", partnerType=");
|
|
sb.append(str4);
|
|
sb.append(", partnerSubType=");
|
|
sb.append(list);
|
|
sb.append(", billPayment=");
|
|
sb.append(mnt);
|
|
sb.append(", creditCardFullAmount=");
|
|
sb.append(rxu);
|
|
sb.append(", merchantMetaData=");
|
|
sb.append(c16203mIE);
|
|
sb.append(", deeplinkId=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
Thv thv = this.e;
|
|
int hashCode = thv == null ? 0 : thv.hashCode();
|
|
int hashCode2 = this.g.hashCode();
|
|
int hashCode3 = this.j.hashCode();
|
|
int hashCode4 = this.i.hashCode();
|
|
int hashCode5 = this.h.hashCode();
|
|
int hashCode6 = this.f.hashCode();
|
|
mNT mnt = this.a;
|
|
int hashCode7 = mnt == null ? 0 : mnt.hashCode();
|
|
RXU rxu = this.b;
|
|
int hashCode8 = rxu == null ? 0 : rxu.hashCode();
|
|
C16203mIE c16203mIE = this.d;
|
|
int hashCode9 = c16203mIE == null ? 0 : c16203mIE.hashCode();
|
|
String str = this.c;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str != null ? str.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof VkC)) {
|
|
return false;
|
|
}
|
|
VkC vkC = (VkC) obj;
|
|
return C14957gcv.b(this.e, vkC.e) && C14957gcv.b((Object) this.g, (Object) vkC.g) && C14957gcv.b((Object) this.j, (Object) vkC.j) && C14957gcv.b((Object) this.i, (Object) vkC.i) && C14957gcv.b((Object) this.h, (Object) vkC.h) && C14957gcv.b(this.f, vkC.f) && C14957gcv.b(this.a, vkC.a) && C14957gcv.b(this.b, vkC.b) && C14957gcv.b(this.d, vkC.d) && C14957gcv.b((Object) this.c, (Object) vkC.c);
|
|
}
|
|
}
|