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()
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()