AccountDetails

public struct AccountDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Additional email addresses where updates are sent about your account review process.

    Declaration

    Swift

    public let additionalContactEmailAddresses: [String]?
  • The language you would prefer for the case. The contact language can be one of ENGLISH or JAPANESE.

    Declaration

    Swift

    public let contactLanguage: ContactLanguage?
  • The type of email your account is sending. The mail type can be one of the following: MARKETING – Most of your sending traffic is to keep your customers informed of your latest offering. TRANSACTIONAL – Most of your sending traffic is to communicate during a transaction with a customer.

    Declaration

    Swift

    public let mailType: MailType?
  • Information about the review of the latest details you submitted.

    Declaration

    Swift

    public let reviewDetails: ReviewDetails?
  • A description of the types of email that you plan to send.

    Declaration

    Swift

    public let useCaseDescription: String?
  • The URL of your website. This information helps us better understand the type of content that you plan to send.

    Declaration

    Swift

    public let websiteURL: String?
  • Undocumented

    Declaration

    Swift

    public init(additionalContactEmailAddresses: [String]? = nil, contactLanguage: ContactLanguage? = nil, mailType: MailType? = nil, reviewDetails: ReviewDetails? = nil, useCaseDescription: String? = nil, websiteURL: String? = nil)