Business class

Constructors

Business({Settings? settings, EmailSettings? emailSettings, CheckoutSettings? checkoutSettings, String? status, String? countryCallingCode, int? businessTag, dynamic settlementSettings, bool? isKycApproved, bool? isBlocked, String? id, String? name, String? businessType, String? email, String? country, String? mobile, String? businessKey, DateTime? createdAt, DateTime? updatedAt})
Business.fromJson(String str)
factory
Business.fromMap(Map<String, dynamic> json)
factory

Properties

businessKey String?
final
businessTag int?
final
businessType String?
final
checkoutSettings CheckoutSettings?
final
country String?
final
countryCallingCode String?
final
createdAt DateTime?
final
email String?
final
emailSettings EmailSettings?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isBlocked bool?
final
isKycApproved bool?
final
mobile String?
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Settings?
final
settlementSettings → dynamic
final
status String?
final
updatedAt DateTime?
final

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