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

:native_data :: :string

The native data to be used with Alipay SDK you must redirect your customer to in order to authenticate the payment in an Android App.

:native_url :: :string

The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.

:return_url :: :string

If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.

:url :: :string

The URL you must redirect your customer to in order to authenticate the payment.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentIntentNextActionAlipayHandleRedirect{
  native_data: String.t() | nil,
  native_url: String.t() | nil,
  return_url: String.t() | nil,
  url: String.t() | nil
}

Link to this section Functions

Link to this function

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

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