Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Approval (Increase v1.0.0)

Copy Markdown View Source

Present if and only if decision is approve. Contains information related to the approval of the authorization.

Fields

  • partial_amount - If the authorization was partially approved, this field contains the approved amount in the minor unit of the settlement currency.

Summary

Types

t()

@type t() :: %Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Approval{
  partial_amount: integer() | nil
}