CreateFullWalletRequest() public static method

public static CreateFullWalletRequest ( ItemInfo itemInfo, string googleTransactionId ) : FullWalletRequest
itemInfo ItemInfo
googleTransactionId string
return FullWalletRequest
 void getFullWallet()
 {
     WalletClass.Payments.LoadFullWallet(mGoogleApiClient,
                                         WalletUtil.CreateFullWalletRequest(mItemInfo, mMaskedWallet.GoogleTransactionId),
                                         REQUEST_CODE_RESOLVE_LOAD_FULL_WALLET);
 }