TransactionInfo

Constructors

Link copied to clipboard
constructor(    currencyCode: String,     totalPriceStatus: GooglePayJsonFactory.TransactionInfo.TotalPriceStatus,     countryCode: String? = null,     transactionId: String? = null,     totalPrice: Int? = null,     totalPriceLabel: String? = null,     checkoutOption: GooglePayJsonFactory.TransactionInfo.CheckoutOption? = null)

Types

Link copied to clipboard

Affects the submit button text displayed in the Google Pay payment sheet.

Link copied to clipboard

Functions

Link copied to clipboard
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
Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)