Increase.Cards.Card.AuthorizationControls.MerchantAcceptorIdentifier (Increase v1.0.0)

Copy Markdown View Source

Restricts which Merchant Acceptor IDs are allowed or blocked for authorizations on this card.

Fields

  • allowed - The Merchant Acceptor IDs that are allowed for authorizations on this card.
  • blocked - The Merchant Acceptor IDs that are blocked for authorizations on this card.

Summary

Types

t()

@type t() :: %Increase.Cards.Card.AuthorizationControls.MerchantAcceptorIdentifier{
  allowed:
    [
      Increase.Cards.Card.AuthorizationControls.MerchantAcceptorIdentifier.Allowed.t()
    ]
    | nil,
  blocked:
    [
      Increase.Cards.Card.AuthorizationControls.MerchantAcceptorIdentifier.Blocked.t()
    ]
    | nil
}