SelectedPaymentMethod

sealed class SelectedPaymentMethod(val kind: String, var paymentDetailsHash: String? = null) : MessageData

A data class representing the payment method selected.

Inheritors

Constructors

Link copied to clipboard
protected constructor(kind: String, paymentDetailsHash: String? = null)

Properties

Link copied to clipboard

type of payment method

Link copied to clipboard