payjp_flutter library
Classes
- CallbackResult
- Represents success or error.
- CallbackResultError
- Represents error
- CallbackResultOk
- Represents success
- Card
- Card
- CardBrand
- CardBuilder
- ErrorInfo
- Information of error provided by Native.
- ErrorInfoBuilder
- ExtraAttribute
-
Extra attributes for card form.
For now it is mainly used for 3-D Secure.
see
https://help.pay.jp/ja/articles/9556161
- ExtraAttributeEmail
- Email attribute. preset Preset email address.
- ExtraAttributePhone
- Phone attribute. presetRegion Preset phone number region. presetNumber Preset phone number.
- Payjp
- Provides flutter bridge for PAY.JP.
- PayjpThreeDSecureRedirect
- Redirect configuration for 3D Secure. Register in PAY.JP dashboard.
- Token
- Token
- TokenBuilder
Enums
- CardFormType
- View type of CardForm.
Typedefs
- OnApplePayCompletedCallback = void Function()
-
OnApplePayFailedRequestTokenCallback
= FutureOr<
CallbackResultError> Function(ErrorInfo errorInfo) -
OnApplePayProducedTokenCallback
= FutureOr<
CallbackResult> Function(Token token) - OnCardFormCanceledCallback = void Function()
- OnCardFormCompletedCallback = void Function()
-
OnCardFormProducedTokenCallback
= FutureOr<
CallbackResult> Function(Token token)