Increase.Cards.Card.AuthorizationControls.Usage.SingleUse.SettlementAmount (Increase v1.0.0)

Copy Markdown View Source

The settlement amount constraint for this single-use card.

Fields

  • comparison - The operator used to compare the settlement amount.
  • value - The settlement amount value.

Summary

Types

t()

@type t() ::
  %Increase.Cards.Card.AuthorizationControls.Usage.SingleUse.SettlementAmount{
    comparison: String.t(),
    value: integer()
  }