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

:fingerprint :: :string

Uniquely identifies this particular WeChat Pay account. You can use this attribute to check whether two WeChat accounts are the same.

:transaction_id :: :string

Transaction ID of this particular WeChat Pay transaction.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentMethodDetailsWechatPay{
  fingerprint: String.t() | nil,
  transaction_id: 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()