GooglePayConfiguration

data class GooglePayConfiguration(val merchantId: String) : Parcelable

Class responsible for storing information about Google Pay configuration

Parameters

merchantId

your merchant id in Tpay system

Constructors

Link copied to clipboard
constructor(merchantId: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)