Payment Method
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)