allowApplePay property

  1. @TagNumber(2)
bool get allowApplePay

@doc Whether to allow Apple Pay.

Implementation

@$pb.TagNumber(2)
$core.bool get allowApplePay => $_getBF(1);
  1. @TagNumber(2)
set allowApplePay (bool value)

Implementation

@$pb.TagNumber(2)
set allowApplePay($core.bool value) => $_setBool(1, value);