PaymentInterfaceProvider
interface PaymentInterfaceProvider<PaymentInterfaceTypeT : PaymentInterfaceType, PaymentInterfaceT : PaymentInterface<PaymentInterfaceTypeT>>
Provides a specific PaymentInterface based on the PaymentInterfaceType and information provided.
Functions
Link copied to clipboard
abstract suspend fun createWith(paymentInterfaceType: PaymentInterfaceTypeT): Result<PaymentInterfaceT>
Creates the instance of PaymentInterface.