Api/NetinaShop.Infrastructure/Models/RestApi/Zarinpal/ZarinaplVerifyPaymentReques...

8 lines
264 B
C#

namespace NetinaShop.Infrastructure.Models.RestApi.Zarinpal;
public class ZarinaplVerifyPaymentRequest
{
public string merchant_id { get; set; } = string.Empty;
public int amount { get; set; }
public string authority { get; set; } = string.Empty;
}