getAvailablePaymentMethods abstract method
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();