SchemasCommercePayerResponse constructor
SchemasCommercePayerResponse({
- required SchemasCommercePayerResponseObjectEnum object,
- required String id,
- required String instanceId,
- String? userId,
- required String firstName,
- required String lastName,
- required String email,
- String? organizationId,
- String? organizationName,
- required String imageUrl,
- required int createdAt,
- required int updatedAt,
Returns a new SchemasCommercePayerResponse instance.
Implementation
SchemasCommercePayerResponse({
required this.object,
required this.id,
required this.instanceId,
this.userId,
required this.firstName,
required this.lastName,
required this.email,
this.organizationId,
this.organizationName,
required this.imageUrl,
required this.createdAt,
required this.updatedAt,
});