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

:hosted_confirmation :: ExOAPI.Stripe.Schemas.PaymentLinksResourceCompletionBehaviorConfirmationPage

:redirect :: ExOAPI.Stripe.Schemas.PaymentLinksResourceCompletionBehaviorRedirect

:type :: :string

The specified behavior after the purchase is complete.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentLinksResourceAfterCompletion{
  hosted_confirmation:
    ExOAPI.Stripe.Schemas.PaymentLinksResourceCompletionBehaviorConfirmationPage.t()
    | nil,
  redirect:
    ExOAPI.Stripe.Schemas.PaymentLinksResourceCompletionBehaviorRedirect.t()
    | nil,
  type: (:redirect | :hosted_confirmation) | nil
}

Link to this section Functions

Link to this function

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

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