ProviderPayload class

payload to get the provider_url for payment

Constructors

ProviderPayload({required String merchantNo, required double amount, required double chargeAmount, required String orderId, required String description, required int paymode, required double pgwCharge, required double fintechCharge})
const

Properties

amount double
final
chargeAmount double
final
description String
final
fintechCharge double
final
hashCode int
The hash code for this object.
no setterinherited
merchantNo String
final
orderId String
final
paymode int
final
pgwCharge double
final
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
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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