PolarExpress.Schemas.CostMetadataInput (polar_express v0.2.2)

Copy Markdown View Source

CostMetadata

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CostMetadataInput{amount: term(), currency: term()}
  • amount - The amount in cents.
  • currency - The currency. Currently, only usd is supported.

Functions

schema_name()