WeChat

data class WeChat(    val statementDescriptor: String? = null,     val appId: String?,     val nonce: String?,     val packageValue: String?,     val partnerId: String?,     val prepayId: String?,     val sign: String?,     val timestamp: String?,     val qrCodeUrl: String? = null) : StripeModel

WeChat Pay Payments with Sources

WeChat Pay Payments with PaymentIntents

Constructors

Link copied to clipboard
constructor(    statementDescriptor: String? = null,     appId: String?,     nonce: String?,     packageValue: String?,     partnerId: String?,     prepayId: String?,     sign: String?,     timestamp: String?,     qrCodeUrl: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val qrCodeUrl: String? = null
Link copied to clipboard
val sign: String?
Link copied to clipboard
Link copied to clipboard

Functions

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