strCardCVVWhatTip property

String strCardCVVWhatTip

The 3 or 4 digit security code on the front or back of your credit card.

Implementation

String get strCardCVVWhatTip {
  return Intl.message(
    'The 3 or 4 digit security code on the front or back of your credit card.',
    name: 'strCardCVVWhatTip',
    desc: '',
    args: [],
  );
}