---
title: validFrom
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asimportablecredential/creditcard/validfrom
---

# validFrom

The date from which the card is valid, if any.

## Declaration

```swift
var validFrom: ASImportableEditableField?
```

## See Also

### Accessing credit card properties

- [number](authenticationservices/asimportablecredential/creditcard/number.md)
- [fullName](authenticationservices/asimportablecredential/creditcard/fullname.md)
- [cardType](authenticationservices/asimportablecredential/creditcard/cardtype.md)
- [verificationNumber](authenticationservices/asimportablecredential/creditcard/verificationnumber.md)
- [expiryDate](authenticationservices/asimportablecredential/creditcard/expirydate.md)
