Inttegro.Apps.AppRelationshipStatus (inttegro v0.2.0)

Copy Markdown View Source

Values accepted for App Relationship Status in the Apps API.

Prefer the documented atoms returned by values/0. The type also accepts strings so a newer server value can be preserved by an older SDK instead of failing during decoding.

Creates and manages Inttegro applications.

An application is the authorization and ownership boundary for commerce data. Use this API to inspect the application represented by the current secret key, create child applications, and update mutable application metadata. Child applications receive their own credentials and can be governed through an explicit parent-child relationship policy.

Summary

Types

t()

A app relationship status atom or an unknown wire value preserved as a string.

Functions

Returns the documented Inttegro.Apps.AppRelationshipStatus atoms known by this SDK version.

Types

t()

@type t() :: :active | :inactive | :suspended | :revoked | String.t()

A app relationship status atom or an unknown wire value preserved as a string.

Functions

values()

@spec values() :: [t()]

Returns the documented Inttegro.Apps.AppRelationshipStatus atoms known by this SDK version.