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

:buyer_id :: :string

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

:fingerprint :: :string

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

:transaction_id :: :string

Transaction ID of this particular Alipay transaction.

Link to this section Summary

Link to this section Types

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