PolarExpress.Schemas.OrderRefundedMetadata (polar_express v0.2.2)

Copy Markdown View Source

OrderRefundedMetadata

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OrderRefundedMetadata{
  currency: term(),
  order_id: term(),
  refunded_amount: term()
}
  • currency
  • order_id
  • refunded_amount

Functions

schema_name()