cvc property

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

The card verification code. Only collect raw card data if you are fully PCI compliant.

Implementation

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