TransactionInfo
data class TransactionInfo @JvmOverloads constructor(currencyCode: String, totalPriceStatus: GooglePayJsonFactory.TransactionInfo.TotalPriceStatus, countryCode: String?, transactionId: String?, totalPrice: Int?, totalPriceLabel: String?, checkoutOption: GooglePayJsonFactory.TransactionInfo.CheckoutOption?) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
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)
Content copied to clipboard
Types
Link copied to clipboard
enum CheckoutOption : Enum<GooglePayJsonFactory.TransactionInfo.CheckoutOption>
Content copied to clipboard
Affects the submit button text displayed in the Google Pay payment sheet.
Link copied to clipboard
enum TotalPriceStatus : Enum<GooglePayJsonFactory.TransactionInfo.TotalPriceStatus>
Content copied to clipboard
The status of the total price used.