applePay property

  1. @TagNumber(4)
bool get applePay

@doc Whether to allow payment by Apple Pay.

Implementation

@$pb.TagNumber(4)
$core.bool get applePay => $_getBF(3);
  1. @TagNumber(4)
set applePay (bool value)

Implementation

@$pb.TagNumber(4)
set applePay($core.bool value) => $_setBool(3, value);