mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
8 lines
233 B
C#
8 lines
233 B
C#
namespace comissions.app.api.Models.SellerProfile;
|
|
|
|
public class SellerProfileModel
|
|
{
|
|
public List<string> SocialMediaLinks { get; set; }
|
|
public string Biography { get; set; }
|
|
public bool PrepaymentRequired { get; set; }
|
|
} |