summaryrefslogtreecommitdiffstats
path: root/src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs')
-rw-r--r--src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs b/src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs
new file mode 100644
index 0000000..ce0cbc3
--- /dev/null
+++ b/src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs
@@ -0,0 +1,15 @@
+using System.Text.Json.Serialization;
+
+namespace IOL.VippsEcommerce.Models.Api
+{
+ public class TMerchantInfoPayment
+ {
+
+ /// <summary>
+ /// Unique id for this merchant&#x27;s sales channel: website, mobile app etc. Short name: MSN.
+ /// </summary>
+ /// <value>Unique id for this merchant&#x27;s sales channel: website, mobile app etc. Short name: MSN.</value>
+ [JsonPropertyName("merchantSerialNumber")]
+ public string MerchantSerialNumber { get; set; }
+ }
+} \ No newline at end of file