core/payment_configuration library

Classes

PaymentConfiguration
An object that holds information about a payment transaction.

Enums

PayProvider
The payment providers supported by this package.

Extensions

PayProviders on PayProvider

Typedefs

ConfigLoader = Future<Map<String, dynamic>> Function(String value)
A type used to define the signature of methods and objects used to load payment configurations from various sources.