POCardIssuerInformation

constructor(scheme: String, @Json(name = "co_scheme") coScheme: String? = null, type: String? = null, @Json(name = "bank_name") bankName: String? = null, brand: String? = null, category: String? = null, country: String? = null)

Parameters

scheme

Scheme of the card.

coScheme

Co-scheme of the card, such as Carte Bancaire.

type

Card type.

bankName

Name of the card’s issuing bank.

brand

Brand of the card.

category

Card category.

country

Country of origin.