Rapyd.Types.EWalletSplit (rapyd v1.0.0)

Copy Markdown View Source

One wallet's share in a split or group payment.

Summary

Types

t()

@type t() :: %Rapyd.Types.EWalletSplit{
  amount: float() | nil,
  ewallet: String.t(),
  percentage: float() | nil
}