PolarExpress.Schemas.CustomerOrderPaymentStatus (polar_express v0.2.2)

Copy Markdown View Source

CustomerOrderPaymentStatus

Payment status for an order.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CustomerOrderPaymentStatus{
  error: term(),
  status: term()
}
  • error - Error message if payment failed. Nullable.
  • status - Current payment status.

Functions

schema_name()