FlutterCcpp class

Constructors

FlutterCcpp()

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 Methods

makeChannelQRCode(ChannelQRCode qrCode) String
makePanCreditCardInstallmentPayment(String paymentToken, String panNumber, dynamic panExpiryMonth, int panExpiryYear, String securityCode, bool paidByCustomer, int period) Future<CcppPaymentResponse>
makePanCreditCardPayment(String paymentToken, String panNumber, int panExpiryMonth, int panExpiryYear, String securityCode, bool tokenizeCard) Future<CcppPaymentResponse>
makeQRPayment(ChannelQRCode channelCode, String paymentToken, String? name, String? mobileNumber, String? email, QRType qrCodeType) Future<CcppPaymentResponse>
makeTokenizedCreditCardInstallmentPayment(String paymentToken, String cardToken, String securityCode, bool paidByCustomer, int period) Future<CcppPaymentResponse>
makeTokenizedCreditCardPayment(String paymentToken, String cardToken, String securityCode) Future<CcppPaymentResponse>
mapResponseCode(String responseCode) String
setAutoResetSSLSocket(bool isEnabled) → dynamic
setup(CcppEnvironment env) → dynamic