Increase.CardPushTransfers.CardPushTransfer.PresentmentAmount (Increase v1.0.0)

Copy Markdown View Source

The amount that was transferred. The receiving bank will have converted this to the cardholder's currency. The amount that is applied to your Increase account matches the currency of your account.

Fields

  • currency - The ISO 4217 currency code.
  • value - The amount value represented as a string containing a decimal number in major units (so e.g., "12.34" for $12.34).

Summary

Types

t()

@type t() :: %Increase.CardPushTransfers.CardPushTransfer.PresentmentAmount{
  currency: String.t(),
  value: String.t()
}