TransactionInfo

fun TransactionInfo(    currencyCode: String,     totalPriceStatus: GooglePayJsonFactory.TransactionInfo.TotalPriceStatus,     countryCode: String? = null,     transactionId: String? = null,     totalPrice: Int? = null,     totalPriceLabel: String? = null,     checkoutOption: GooglePayJsonFactory.TransactionInfo.CheckoutOption? = null)