AccountDetails class

An object that contains information about your account details.

Constructors

AccountDetails({List<String>? additionalContactEmailAddresses, ContactLanguage? contactLanguage, MailType? mailType, ReviewDetails? reviewDetails, String? useCaseDescription, String? websiteURL})
AccountDetails.fromJson(Map<String, dynamic> json)
factory

Properties

additionalContactEmailAddresses List<String>?
Additional email addresses where updates are sent about your account review process.
final
contactLanguage ContactLanguage?
The language you would prefer for the case. The contact language can be one of ENGLISH or JAPANESE.
final
hashCode int
The hash code for this object.
no setterinherited
mailType MailType?
The type of email your account is sending. The mail type can be one of the following:
final
reviewDetails ReviewDetails?
Information about the review of the latest details you submitted.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useCaseDescription String?
A description of the types of email that you plan to send.
final
websiteURL String?
The URL of your website. This information helps us better understand the type of content that you plan to send.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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