PolarExpress.Schemas.OrderVoidedMetadata (polar_express v0.2.0)

Copy Markdown View Source

OrderVoidedMetadata

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OrderVoidedMetadata{
  amount: integer() | nil,
  currency: String.t() | nil,
  order_id: String.t() | nil
}
  • amount
  • currency
  • order_id

Functions

schema_name()