RemoveAccountsFromListParams

public struct RemoveAccountsFromListParams : Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String])
  • The accounts that should be added to the list.

    Declaration

    Swift

    public var accountIds: [String]
  • Undocumented

    Declaration

    Swift

    init(accountId: String)