> ## Documentation Index
> Fetch the complete documentation index at: https://primer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# PrimerNolPaymentCard

The `PrimerNolPaymentCard` class provides properties to hold card payment details like card number and expiration time.

## Parameters

<Expandable defaultOpen title="Properties">
  <ResponseField name="cardNumber" type="String">
    The card number of the payment card.
  </ResponseField>

  <ResponseField name="expiredTime" type="String">
    The expiration time of the payment card.
  </ResponseField>
</Expandable>
