Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ enum class POCardScheme(
displayName = "Atos Private Label"
),

/** Aura is a domestic debit and credit card brand of Brazil. */
AURA(
rawValue = "aura",
displayName = "Aura"
),

/** Bancontact is the most popular online payment method in Belgium. */
BANCONTACT(
rawValue = "bancontact",
Expand All @@ -38,16 +44,16 @@ enum class POCardScheme(
displayName = "Cabal"
),

/** Carnet is a leading brand of Mexican acceptance, with more than 50 years of experience. */
/** CARNET is a leading brand of Mexican acceptance, with more than 50 years of experience. */
CARNET(
rawValue = "carnet",
displayName = "Carnet"
displayName = "CARNET"
),

/** Carte Bancaire is France's local card scheme and the most widely used payment method in the region. */
/** Cartes Bancaires is France's local card scheme and the most widely used payment method in the region. */
CARTE_BANCAIRE(
rawValue = "carte bancaire",
displayName = "Carte Bancaire"
displayName = "Cartes Bancaires"
),

/** Cirrus is a worldwide interbank network that provides cash to Mastercard cardholders. */
Expand All @@ -68,7 +74,7 @@ enum class POCardScheme(
displayName = "Comprocard"
),

/** Dankort is the national debit card of Denmark. */
/** Dankort is a national debit card of Denmark. */
DANKORT(
rawValue = "dankort",
displayName = "Dankort"
Expand Down Expand Up @@ -116,12 +122,6 @@ enum class POCardScheme(
displayName = "Elo"
),

/** An Electron debit card. */
ELECTRON(
rawValue = "electron",
displayName = "Electron"
),

/** GE Capital is the financial services division of General Electric. */
GE_CAPITAL(
rawValue = "ge capital",
Expand All @@ -131,13 +131,13 @@ enum class POCardScheme(
/** A Girocard payment method. */
GIROCARD(
rawValue = "girocard",
displayName = "Girocard"
displayName = "girocard"
),

/** Giropay is an Internet payment system in Germany. */
GIROPAY(
rawValue = "giropay",
displayName = "Giropay"
displayName = "giropay"
),

/** Hipercard is a domestic debit and credit card brand of Brazil. */
Expand Down Expand Up @@ -170,10 +170,10 @@ enum class POCardScheme(
displayName = "Maestro"
),

/** Mada is the national payment scheme of Saudi Arabia. */
/** Mada is a national payment scheme of Saudi Arabia. */
MADA(
rawValue = "mada",
displayName = "Mada"
displayName = "mada"
),

/** Mastercard is a market leading card scheme worldwide. */
Expand All @@ -197,7 +197,7 @@ enum class POCardScheme(
/** A Nanaco payment card. */
NANACO(
rawValue = "nanaco",
displayName = "Nanaco"
displayName = "nanaco"
),

/** UK Credit Cards issued by NewDay. */
Expand All @@ -218,16 +218,16 @@ enum class POCardScheme(
displayName = "Ourocard"
),

/** A Bancomat payment card. */
/** A PagoBANCOMAT payment card. */
PAGO_BANCOMAT(
rawValue = "pagoBancomat",
displayName = "PagoBancomat"
displayName = "PagoBANCOMAT"
),

/** A PostFinance AG payment card. */
POST_FINANCE(
rawValue = "postFinance",
displayName = "PostFinance"
displayName = "PostFinance Card"
),

/** Private Label is a type of credit card that is branded for a specific retailer or brand. */
Expand All @@ -236,6 +236,12 @@ enum class POCardScheme(
displayName = "Private Label"
),

/** A QUICPay payment card. */
QUIC_PAY(
rawValue = "quicPay",
displayName = "QUICPay"
),

/** RuPay is an Indian multinational financial services and payment service system. */
RUPAY(
rawValue = "rupay",
Expand Down Expand Up @@ -293,6 +299,12 @@ enum class POCardScheme(
displayName = "Visa"
),

/** A Visa Electron debit card. */
VISA_ELECTRON(
rawValue = "electron",
displayName = "Visa Electron"
),

/** A WAON payment card. */
WAON(
rawValue = "waon",
Expand Down