vnwallet / com.venuenext.vnwallet.service / VirtualMoneyService / findPaymentOptions

findPaymentOptions

fun findPaymentOptions(): <ERROR CLASS>

Finds all Payment Options from API server.

Return
awaits for async promise to return list of Payment Options.

fun findPaymentOptions(success: (result: Array<PaymentOption>?) -> Unit, failure: (Exception) -> Unit): Unit

Finds all Payment Options from API server.

Parameters

success - the success callback.

failure - the failure callback.