CommercePayerResponse constructor
CommercePayerResponse({})
Returns a new CommercePayerResponse instance.
Implementation
CommercePayerResponse({
required this.object,
required this.id,
required this.instanceId,
this.userId,
this.firstName,
this.lastName,
this.email,
this.organizationId,
this.organizationName,
this.imageUrl,
this.createdAt,
this.updatedAt,
});