View Source ExOAPI.Stripe.Schemas.IssuingDisputeCanceledEvidence (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_policy_provided :: :boolean
Whether the cardholder was provided with a cancellation policy.
:cancellation_reason :: :string
Reason for canceling the order.
: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.
: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.IssuingDisputeCanceledEvidence{ additional_documentation: ExOAPI.EctoTypes.AnyOf.t() | nil, canceled_at: integer() | nil, cancellation_policy_provided: boolean() | nil, cancellation_reason: String.t() | nil, expected_at: integer() | nil, explanation: String.t() | nil, product_description: String.t() | nil, product_type: (:service | :merchandise) | nil, return_status: (:successful | :merchant_rejected) | nil, returned_at: integer() | nil }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()