billingAddress property

  1. @TagNumber(1)
BillingAddress get billingAddress

Implementation

@$pb.TagNumber(1)
BillingAddress get billingAddress => $_getN(0);
  1. @TagNumber(1)
set billingAddress (BillingAddress v)

Implementation

@$pb.TagNumber(1)
set billingAddress(BillingAddress v) { setField(1, v); }