paysheet library

Classes

LearmondApplePayButton
Button: Apple Pay
LearmondCardButton
Button: Card
LearmondEUBankButton
Button: EU Bank (IBAN)
LearmondGooglePayButton
Button: Google Pay
LearmondIndividualButtons
Layout helper that arranges the individual buttons using the same sizing and spacing rules as LearmondPayButtons so apps can embed the individual components while preserving a consistent appearance.
LearmondNativePay
Native-pay helper that delegates Apple/Google Pay to platform code.
LearmondPayButtons
A small widget that renders a row/wrap of payment method buttons.
LearmondPaySheet
Static helper to show Stripe payment sheet with a single line of code.
LearmondUSBankButton
Button: US Bank
StripePaymentResult
Contains the result of a payment attempt, including status, intent ID, error, and raw response.
StripeWebview
A lightweight widget that mounts Stripe Elements (card / bank / payment request) in an in-app WebView. It loads a small local HTML page that includes Stripe.js and mounts the requested element using the provided publishableKey and clientSecret (where applicable).