AccountCreateOptionsBusinessProfile class final
business_profile_specs
Business information about the account.
Constructors
- AccountCreateOptionsBusinessProfile({AccountAnnualRevenue? annualRevenue, int? estimatedWorkerCount, String? mcc, MandateSingleUse? monthlyEstimatedRevenue, String? name, String? productDescription, AccountSupportAddress? supportAddress, String? supportEmail, String? supportPhone, String? supportUrl, String? url})
-
business_profile_specs
const
- AccountCreateOptionsBusinessProfile.fromJson(Object? json)
-
factory
Properties
- annualRevenue → AccountAnnualRevenue?
-
annual_revenue_specs
final
- estimatedWorkerCount → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mcc → String?
-
final
- monthlyEstimatedRevenue → MandateSingleUse?
-
final
- name → String?
-
final
- productDescription → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportAddress → AccountSupportAddress?
-
address_specs
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> (AccountCreateOptionsBusinessProfile instance, Encoder< V> encoder) → V