CollectionWithdrawScreenViewModel

class CollectionWithdrawScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)

Properties

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

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
fun onAmountUpdated(amount: String)
Link copied to clipboard
fun onDeliveryNoteUpdated(deliveryNote: String)
Link copied to clipboard
fun onFinancialIdUpdated(financialId: String)
Link copied to clipboard
fun onPayerMessageUpdated(payerMessage: String)
Link copied to clipboard
fun onPayerNoteUpdated(payerNote: String)
Link copied to clipboard
fun onPhoneNumberUpdated(phoneNumber: String)
Link copied to clipboard