PolarExpress.Schemas.Refund (polar_express v0.1.5)

Copy Markdown View Source

Refund

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.Refund{
  amount: integer() | nil,
  created_at: DateTime.t() | nil,
  currency: String.t() | nil,
  customer_id: String.t() | nil,
  dispute: PolarExpress.Schemas.RefundDispute.t() | nil,
  id: String.t() | nil,
  metadata: PolarExpress.Schemas.MetadataOutputType.t() | nil,
  modified_at: DateTime.t() | nil,
  order_id: String.t() | nil,
  organization_id: String.t() | nil,
  reason: PolarExpress.Schemas.RefundReason.t() | nil,
  revoke_benefits: boolean() | nil,
  status: PolarExpress.Schemas.RefundStatus.t() | nil,
  subscription_id: String.t() | nil,
  tax_amount: integer() | nil
}
  • amount
  • created_at - Creation timestamp of the object. Format: date-time.
  • currency
  • customer_id - Format: uuid4.
  • dispute - Nullable.
  • id - The ID of the object. Format: uuid4.
  • metadata
  • modified_at - Last modification timestamp of the object. Nullable.
  • order_id - Format: uuid4.
  • organization_id - Format: uuid4.
  • reason
  • revoke_benefits
  • status
  • subscription_id - Nullable.
  • tax_amount

Functions

schema_name()