Service for SupportingDocumentType API operations.
Operations: list, fetch
Summary
Functions
Fetch a specific Supporting Document Type Instance.
Retrieve a list of all Supporting Document Types.
Stream: Retrieve a list of all Supporting Document Types. (lazy auto-pagination).
Functions
@spec fetch(Twilio.Client.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.Trusthub.V1.SupportingDocumentType.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Fetch a specific Supporting Document Type Instance.
Operation: FetchSupportingDocumentType | Tags: TrusthubV1SupportingDocumentType
@spec list(Twilio.Client.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Retrieve a list of all Supporting Document Types.
Operation: ListSupportingDocumentType | Tags: TrusthubV1SupportingDocumentType
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
Stream: Retrieve a list of all Supporting Document Types. (lazy auto-pagination).