Beispiel #1
0
 static void m1514a(FullWalletRequest fullWalletRequest, Parcel parcel, int i) {
   int p = C0262b.m236p(parcel);
   C0262b.m234c(parcel, 1, fullWalletRequest.getVersionCode());
   C0262b.m222a(parcel, 2, fullWalletRequest.abh, false);
   C0262b.m222a(parcel, 3, fullWalletRequest.abi, false);
   C0262b.m219a(parcel, 4, fullWalletRequest.abr, i, false);
   C0262b.m211F(parcel, p);
 }
Beispiel #2
0
 static void a(FullWalletRequest fullWalletRequest, Parcel parcel, int i) {
   int bU = b.bU(parcel);
   b.c(parcel, 1, fullWalletRequest.getVersionCode());
   b.a(parcel, 2, fullWalletRequest.aTl, false);
   b.a(parcel, 3, fullWalletRequest.aTm, false);
   b.a(parcel, 4, fullWalletRequest.aTv, i, false);
   b.J(parcel, bU);
 }
 public abs setMerchantTransactionId(String s)
 {
     abs.abi = s;
     return this;
 }
 public abs setGoogleTransactionId(String s)
 {
     abs.abh = s;
     return this;
 }
 public abs setCart(Cart cart)
 {
     abs.abr = cart;
     return this;
 }