withBillingInfo method

OwnerBuilder withBillingInfo(
  1. BillingInfo? billingInfo
)

Implementation

OwnerBuilder withBillingInfo(BillingInfo? billingInfo) {
  _billingInfo = billingInfo;
  return this;
}