Skip to main content

PaymentCardBrand

This enumeration defines the supported brands for payment cards, including American Express, Mastercard, and Visa. It provides a standardized set of string values to represent card networks and includes a fallback option for unidentified brands.

Attributes

AttributeTypeDescription
amexstring = American ExpressRepresents the American Express payment card brand for transaction processing.
mastercardstring = MastercardRepresents the Mastercard payment card brand for transaction processing.
visastring = VisaRepresents the Visa payment card brand for transaction processing.
otherstring = otherFallback category for payment card brands not explicitly defined in the enumeration.