payengine library
Classes
- PayEngine
- This class represents the PayEngine widget. It is a stateful widget that implements the IPayEngine interface.
- PayEngineConfig
- Represents the configuration settings for PayEngine.
- PayEngineNative
-
PayEngineNativeprovides an interface for interacting with the native PayEngine SDK. - PEAccessToken
- Interface representing an access token.
- PEApplePayButton
- A button widget for initiating an Apple Pay transaction.
- PEApplePayOptions
- A class representing Apple Pay-specific payment options.
- PeBankAccountForm
- A secure form widget for entering a customer's bank account information.
- PECreditCardForm
- A secure form for entering a customer's credit card information safely.
- PEGooglePayBillingAddressParameters
- Defines the billing address parameters for Google Pay.
- PEGooglePayButton
- A button widget for initiating Google Pay transactions.
- PEGooglePayOptions
- A class representing Google Pay-specific payment options.
- PEGooglePayShippingAddressParameters
- Defines the shipping address parameters for Google Pay.
- PEPaymentItem
- Represents an individual item in a payment transaction.
- PEPaymentOptions
- An abstract class representing platform-specific payment options.
- PEPaymentRequest
- Represents a payment request containing transaction details.
Enums
- PayProvider
- Enum representing supported payment providers.
- PEContactField
- Defines the contact fields that can be requested for Apple Pay transactions.
- PEGooglePayAddressFormat
- Represents the address format options for Google Pay.
Mixins
- PEAccessTokenJson
-
Mixin that converts a
PEAccessTokento a JSON object.