Polarex.GenericPayment (Polarex v0.2.3)

View Source

Provides struct and type for a GenericPayment

Summary

Types

t()

@type t() :: %Polarex.GenericPayment{
  amount: integer(),
  checkout_id: String.t() | nil,
  created_at: DateTime.t(),
  currency: String.t(),
  decline_message: String.t() | nil,
  decline_reason: String.t() | nil,
  id: String.t(),
  method: String.t(),
  modified_at: DateTime.t() | nil,
  order_id: String.t() | nil,
  organization_id: String.t(),
  processor: String.t(),
  status: String.t()
}