Przejdź do głównej zawartości

PaymentInstrumentType

Classifies a concrete instrument within a PaymentMethod (BLIK code vs bank vs wallet vs card brand). Storefront-facing typing for per-instrument UI dispatch.

enum PaymentInstrumentType {
BANK
BLIK_CODE
CARD_BRAND
OTHER
WALLET
}

Values

PaymentInstrumentType.BANK

PaymentInstrumentType.BLIK_CODE

PaymentInstrumentType.CARD_BRAND

PaymentInstrumentType.OTHER

PaymentInstrumentType.WALLET

Member Of

PaymentInstrument object