ExternalBillingRepository

Functions

Link copied to clipboard
abstract suspend fun addPaymentCredentials(paymentCredentials: PaymentCredentials?): Boolean
Link copied to clipboard
abstract suspend fun login(username: String, password: String): Result<ExternalBillingLoginResponse>