cvc property

  1. @BuiltValueField.new(wireName: r'cvc')
String? get cvc

The card verification code (1-20 characters). Depending on the card brand, it is also known as: * CVV2/CVC2 – length: 3 digits * CID – length: 4 digits

Implementation

@BuiltValueField(wireName: r'cvc')
String? get cvc;