View Source Plaid.PaymentInitiation.Payments.Payment.Amount (plaid v3.3.0)

Plaid Payment Amount data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.PaymentInitiation.Payments.Payment.Amount{
  amount: float(),
  currency: String.t()
}