copy

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

Deprecated

This method isn't meant for public usage and will be removed in a future release.