Class PaymentCard
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
PrimaryAccountNumber
BT-87: Payment card primary account number (PAN).
public required string PrimaryAccountNumber { get; init; }