PaymentMethod

data class PaymentMethod(val id: String, val kind: PaymentSheetSession.PaymentMethod.Kind, val source: PaymentSheetSession.PaymentMethod.Source = Source.SAVED, val label: String, val detail: String? = null)

Constructors

Link copied to clipboard
constructor(id: String, kind: PaymentSheetSession.PaymentMethod.Kind, source: PaymentSheetSession.PaymentMethod.Source = Source.SAVED, label: String, detail: String? = null)

Types

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard