getAvailablePaymentMethods abstract method

Future<PaymentMethodsResult> getAvailablePaymentMethods()

Method used to fetch available payment methods. It takes a common part of payment methods from server and payment methods configured with configure method.

Implementation

Future<PaymentMethodsResult> getAvailablePaymentMethods();