Retryable

data class Retryable(val supportedPayments: List<PaymentMethod>, @StringRes val res: Int?) : UiState.Awaiting

Constructors

Link copied to clipboard
constructor(supportedPayments: List<PaymentMethod>, @StringRes res: Int?)

Properties

Link copied to clipboard
val res: Int?
Link copied to clipboard
open override val supportedPayments: List<PaymentMethod>

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard