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
Functions
Returns the documented Inttegro.Apps.AppRelationshipStatus atoms known by this SDK version.
Types
@type t() :: :active | :inactive | :suspended | :revoked | String.t()
A app relationship status atom or an unknown wire value preserved as a string.
Functions
@spec values() :: [t()]
Returns the documented Inttegro.Apps.AppRelationshipStatus atoms known by this SDK version.