withCreatedAt method

BillingInfoBuilder withCreatedAt(
  1. DateTime? createdAt
)

Implementation

BillingInfoBuilder withCreatedAt(DateTime? createdAt) {
  _createdAt = createdAt;
  return this;
}