Increase. Cards. Card. AuthorizationControls. MerchantCountry
(Increase v1.0.0)
Copy Markdown
View Source
Restricts which merchant countries are allowed or blocked for authorizations on this card.
Fields
allowed- The merchant countries that are allowed for authorizations on this card.blocked- The merchant countries that are blocked for authorizations on this card.
Summary
Types
@type t() :: %Increase.Cards.Card.AuthorizationControls.MerchantCountry{ allowed: [Increase.Cards.Card.AuthorizationControls.MerchantCountry.Allowed.t()] | nil, blocked: [Increase.Cards.Card.AuthorizationControls.MerchantCountry.Blocked.t()] | nil }