AwaitOutputData

data class AwaitOutputData(val isValid: Boolean, val paymentMethodType: String?) : OutputData

Constructors

Link copied to clipboard
constructor(isValid: Boolean, paymentMethodType: String?)

Properties

Link copied to clipboard
open override val isValid: Boolean
Link copied to clipboard