cvc property
The card verification code (1-20 characters). Depending on the card brand, it is known also as: * CVV2/CVC2 – length: 3 digits * CID – length: 4 digits > If you are using Client-Side Encryption, the CVC code is present in the encrypted data. You must never post the card details to the server. > This field must be always present in a one-click payment request. > When this value is returned in a response, it is always empty because it is not stored.
Implementation
@BuiltValueField(wireName: r'cvc')
String? get cvc;