Partner class

Partner

Inheritance

Constructors

Partner({String? id, String? logoUrl, String? partnerName, int? provider, String? vendorName, String? paymentVendorId, String? paymentPartnerId, String? paymentAcknowledgmentRoute, String? currency, String? status, String? vendorType, String? partnerType})
Partner.fromMap(Map<String, dynamic> map)
factory

Properties

currency String?
Currency code that will convert amount into specific currency format
final
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the partner
final
logoUrl String?
Payment Partner logo URL
final
partnerName String?
Name of the payment partner e.g (Azampesa, Airtel, Halopesa, Tigopesa, vodacom)
final
partnerType String?
Type of the partner
final
paymentAcknowledgmentRoute String?
URL of the payment acknowledgement route
final
paymentPartnerId String?
Unique ID for payment partner
final
paymentVendorId String?
Unique ID for payment vendor
final
provider int?
Provider value e.g (airtel=2, tigo=3, halopesa=4, azampesa=5, Mpesa=10)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Status of the partner
final
vendorName String?
Name of the vendor
final
vendorType String?
Type of the vendor
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the model to a map.
override
toString() String
A string representation of this object.
override

Operators

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