Stripe.Resources.Application (tiger_stripe v0.4.0)

Copy Markdown View Source

Application

Summary

Types

t()

@type t() :: %Stripe.Resources.Application{id: term(), name: term(), object: term()}
  • id - Unique identifier for the object. Max length: 5000.
  • name - The name of the application. Max length: 5000. Nullable.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: application.

Functions

object_name()