View Source ExOAPI.Stripe.Schemas.IssuingDisputeServiceNotAsDescribedEvidence (exoapi_stripe v0.1.4)

:additional_documentation :: ExOAPI.Stripe.Schemas.File | :string

(ID of a file upload) Additional documentation supporting the dispute.

:canceled_at :: :integer

Date when order was canceled.

:cancellation_reason :: :string

Reason for canceling the order.

:explanation :: :string

Explanation of why the cardholder is disputing this transaction.

:received_at :: :integer

Date when the product was received.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.IssuingDisputeServiceNotAsDescribedEvidence{
  additional_documentation: ExOAPI.EctoTypes.AnyOf.t() | nil,
  canceled_at: integer() | nil,
  cancellation_reason: String.t() | nil,
  explanation: String.t() | nil,
  received_at: integer() | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()