AccountBusinessProfile class final

Business information about the account.

Constructors

AccountBusinessProfile({AccountBusinessProfileAnnualRevenue? annualRevenue, int? estimatedWorkerCount, String? mcc, AccountMonthlyEstimatedRevenue? monthlyEstimatedRevenue, String? name, String? productDescription, AccountBusinessProfileSupportAddress? supportAddress, String? supportEmail, String? supportPhone, String? supportUrl, String? url})
Business information about the account.
const
AccountBusinessProfile.fromJson(Object? json)
factory

Properties

annualRevenue AccountBusinessProfileAnnualRevenue?
The applicant's gross annual revenue for its preceding fiscal year.
final
estimatedWorkerCount int?
final
hashCode int
The hash code for this object.
no setterinherited
mcc String?
final
monthlyEstimatedRevenue AccountMonthlyEstimatedRevenue?
final
name String?
final
productDescription String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportAddress AccountBusinessProfileSupportAddress?
A publicly available mailing address for sending support issues to.
final
supportEmail String?
final
supportPhone String?
final
supportUrl String?
final
url String?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

encode<V>(AccountBusinessProfile instance, Encoder<V> encoder) → V