diff options
Diffstat (limited to 'src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs')
| -rw-r--r-- | src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs b/src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs index ce0cbc3..cb77121 100644 --- a/src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs +++ b/src/IOL.VippsEcommerce/Models/Api/TMerchantInfoPayment.cs @@ -1,15 +1,14 @@ using System.Text.Json.Serialization; -namespace IOL.VippsEcommerce.Models.Api +namespace IOL.VippsEcommerce.Models.Api; + +public class TMerchantInfoPayment { - public class TMerchantInfoPayment - { - /// <summary> - /// Unique id for this merchant's sales channel: website, mobile app etc. Short name: MSN. - /// </summary> - /// <value>Unique id for this merchant's sales channel: website, mobile app etc. Short name: MSN.</value> - [JsonPropertyName("merchantSerialNumber")] - public string MerchantSerialNumber { get; set; } - } + /// <summary> + /// Unique id for this merchant's sales channel: website, mobile app etc. Short name: MSN. + /// </summary> + /// <value>Unique id for this merchant's sales channel: website, mobile app etc. Short name: MSN.</value> + [JsonPropertyName("merchantSerialNumber")] + public string MerchantSerialNumber { get; set; } }
\ No newline at end of file |
