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

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

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

:expected_at :: :integer

Date when the cardholder expected to receive the product.

:explanation :: :string

Explanation of why the cardholder is disputing this transaction.

:product_description :: :string

Description of the merchandise or service that was purchased.

:product_type :: :string

Whether the product was a merchandise or service.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.IssuingDisputeNotReceivedEvidence{
  additional_documentation: ExOAPI.EctoTypes.AnyOf.t() | nil,
  expected_at: integer() | nil,
  explanation: String.t() | nil,
  product_description: String.t() | nil,
  product_type: (:service | :merchandise) | nil
}

Link to this section Functions

Link to this function

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

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