Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Original (Increase v1.0.0)

Copy Markdown View Source

The original pre-authorized amount.

Fields

  • amount - The amount in minor units of the currency field. The amount is positive if it is added to the amount (such as an ATM surcharge fee) and negative if it is subtracted from the amount (such as a discount).
  • currency - The ISO 4217 code for the additional amount's currency.

Summary

Types

t()

@type t() ::
  %Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Original{
    amount: integer(),
    currency: String.t()
  }