PaymentMethodAvailabilityCheck   
    Specifies whether a certain payment method is available for use with the provided parameters.
Parameters
ConfigurationT 
The Configuration for the Component corresponding to this payment method. Simply use Configuration if not applicable.
Inheritors
Functions
Link copied to clipboard
                  abstract fun isAvailable(applicationContext: Application, paymentMethod: PaymentMethod, configuration: ConfigurationT?, callback: ComponentAvailableCallback)
abstract fun isAvailable(application: Application, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: ComponentAvailableCallback)