cvc property

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

The CVC2 value of the card. > The CVC2 is not sent by default. This is only returned in the POST response for single-use virtual cards.

Implementation

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