Class PaymentCard

Namespace
EInvoice.Core.Model
Assembly
EInvoice.Core.dll

BG-18: Payment card information used for card payment.

public sealed class PaymentCard
Inheritance
PaymentCard
Inherited Members

Properties

HolderName

BT-88: Payment card holder name.

public string? HolderName { get; init; }

Property Value

string

PrimaryAccountNumber

BT-87: Payment card primary account number (PAN).

public required string PrimaryAccountNumber { get; init; }

Property Value

string