CcAvenue class

CcAvenue create the MethodChannelcc_avenue at Initial

Constructors

CcAvenue()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platformVersion Future<String?>
no setter

Static Methods

cCAvenueInit({required String transUrl, required String rsaKeyUrl, required String accessCode, required String merchantId, required String orderId, required String currencyType, required String amount, required String cancelUrl, required String redirectUrl}) Future<void>
cCAvenueInit Initialized the field requried for Payment GateWay transUrl Transaction Url rsakeyUrl RSA Key Url merchant Server getRSA API accessCode Access Code given by CCAvenue merchantId merchantId Code given by CCAvenue orderId orderId you generate it or get this from merchant currencyType currencyType Specify the currency type Like "INR","EU"...etc Please follow the documentation by CCAvenue amount Transaction Amount cancelUrl when the user cancel the request redirectUrl After the Transaction it will redirect and shows the status either Success or Failed