withUpdatedAt method

BillingInfoBuilder withUpdatedAt(
  1. DateTime? updatedAt
)

Implementation

BillingInfoBuilder withUpdatedAt(DateTime? updatedAt) {
  _updatedAt = updatedAt;
  return this;
}