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

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

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

:explanation :: :string

Explanation of why the cardholder is disputing this transaction.

:received_at :: :integer

Date when the product was received.

:return_description :: :string

Description of the cardholder's attempt to return the product.

:return_status :: :string

Result of cardholder's attempt to return the product.

:returned_at :: :integer

Date when the product was returned or attempted to be returned.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.IssuingDisputeMerchandiseNotAsDescribedEvidence{
  additional_documentation: ExOAPI.EctoTypes.AnyOf.t() | nil,
  explanation: String.t() | nil,
  received_at: integer() | nil,
  return_description: String.t() | nil,
  return_status: (:successful | :merchant_rejected) | nil,
  returned_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()