strCardBillingTip property

String strCardBillingTip

Please edit the billing address

Implementation

String get strCardBillingTip {
  return Intl.message(
    'Please edit the billing address',
    name: 'strCardBillingTip',
    desc: '',
    args: [],
  );
}