buyerPayoutAmount property

  1. @TagNumber(15)
Int64 get buyerPayoutAmount

Implementation

@$pb.TagNumber(15)
$fixnum.Int64 get buyerPayoutAmount => $_getI64(14);
  1. @TagNumber(15)
set buyerPayoutAmount (Int64 v)

Implementation

@$pb.TagNumber(15)
set buyerPayoutAmount($fixnum.Int64 v) { $_setInt64(14, v); }