PatchedTutorInvitation constructor
PatchedTutorInvitation({
- int? id,
- DateTime? acceptanceChangedAt,
- int? cancellationPeriodHours,
- DateTime? cancelledAt,
- int? cancelledBy,
- bool? cancelledByCustomer,
- int? customer,
- int? chat,
- DateTime? endTime,
- bool? hasCancellationPenalty,
- bool? isAcceptedByCustomer,
- bool? isAcceptedByTutor,
- bool? isRejectedByCustomer,
- String? location,
- int? numWeeks,
- int? paymentAmountInCents,
- DateTime? startTime,
- int? tutor,
- int? subject,
- List<
InvitationDate> invitationDates = const [],
Returns a new PatchedTutorInvitation instance.
Implementation
PatchedTutorInvitation({
this.id,
this.acceptanceChangedAt,
this.cancellationPeriodHours,
this.cancelledAt,
this.cancelledBy,
this.cancelledByCustomer,
this.customer,
this.chat,
this.endTime,
this.hasCancellationPenalty,
this.isAcceptedByCustomer,
this.isAcceptedByTutor,
this.isRejectedByCustomer,
this.location,
this.numWeeks,
this.paymentAmountInCents,
this.startTime,
this.tutor,
this.subject,
this.invitationDates = const [],
});