SafeXPayGateway class

Inheritance

Constructors

SafeXPayGateway({required String orderNo, required double amount, required String currency, required String transactionType, required String channel, required String successUrl, required String failureUrl, required String countryCode})

Properties

amount double
final
cardPaymentFlag bool
getter/setter pair
channel String
final
countryCode String
final
currency String
final
emailId String?
getter/setter pair
failureUrl String
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
mobile String?
getter/setter pair
name String?
getter/setter pair
netBankingPaymentFlag bool
getter/setter pair
orderNo String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successUrl String
final
transactionType String
final
UDF1 String?
getter/setter pair
UDF2 String?
getter/setter pair
UDF3 String?
getter/setter pair
UDF4 String?
getter/setter pair
UDF5 String?
getter/setter pair
UdfSet bool
getter/setter pair
upiPaymentFlag bool
getter/setter pair
userDetailsSet bool
getter/setter pair
walletPaymentFlag bool
getter/setter pair

Methods

allowedPaymentMethods({bool allowCardPayment = true, bool allowNetBankingPayment = true, bool allowWalletPayment = true, bool allowUPIPayment = true}) → void
createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _SafeXPayGatewayState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUdf({required String UDF1, required String UDF2, required String UDF3, required String UDF4, required String UDF5}) → void
setUserDetails({required String name, required String emailId, required String mobile}) → void
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited