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

Copy Markdown View Source

Restricts which Merchant Category Codes are allowed or blocked for authorizations on this card.

Fields

  • allowed - The Merchant Category Codes that are allowed for authorizations on this card.
  • blocked - The Merchant Category Codes that are blocked for authorizations on this card.

Summary

Types

t()

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