BusinessApi class

Constructors

BusinessApi(Dio _dio, Serializers _serializers)
const

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

getBusiness({required String code, required String name, required String email, String? phone, String? industry, String? timezone, String? privacyUrl, String? termsUrl, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<SuccessResponse>>
List business details Get your business details.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateBusiness({required String businessName, required String primaryEmail, String? primaryPhone, String? industryKey, String? timezoneId, String? privacyUrl, String? termsUrl, String? isShowKindeBranding, bool? isClickWrap, String? partnerCode, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<SuccessResponse>>
Update business details Update business details.

Operators

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