Mercury.OrganizationInfo (mercury_client v1.0.0)

Copy Markdown View Source

The Mercury organisation (business entity) associated with the API token.

Summary

Types

t()

@type t() :: %Mercury.OrganizationInfo{
  dbas: [String.t()],
  ein: String.t() | nil,
  id: String.t(),
  legal_business_name: String.t()
}