Polarex.OrderCreate (Polarex v0.5.1)

Copy Markdown View Source

Provides struct and type for a OrderCreate

Summary

Types

t()

@type t() :: %Polarex.OrderCreate{
  amount: integer() | nil,
  currency: String.t() | nil,
  custom_field_data: map() | nil,
  customer_id: String.t(),
  description: String.t() | nil,
  metadata: map() | nil,
  organization_id: String.t() | nil,
  product_id: String.t()
}