Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Prescription (Increase v1.0.0)

Copy Markdown View Source

The part of this transaction amount that was for healthcare prescriptions.

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.CardBalanceInquiry.AdditionalAmounts.Prescription{
    amount: integer(),
    currency: String.t()
  }