billingAddress property

  1. @TagNumber(2)
BillingAddress billingAddress

Implementation

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

Implementation

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