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.