using System.Text.Json.Serialization;
namespace IOL.VippsEcommerce.Models.Api
{
public class TMerchantInfoPayment
{
///
/// Unique id for this merchant's sales channel: website, mobile app etc. Short name: MSN.
///
/// Unique id for this merchant's sales channel: website, mobile app etc. Short name: MSN.
[JsonPropertyName("merchantSerialNumber")]
public string MerchantSerialNumber { get; set; }
}
}