withCreatedAt method
Implementation
SubscriptionInfoBuilder withCreatedAt(final DateTime createdAt) {
_createdAt = createdAt;
return this;
}
SubscriptionInfoBuilder withCreatedAt(final DateTime createdAt) {
_createdAt = createdAt;
return this;
}