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

8 lines
260 B
C#
Raw Normal View History

2024-04-16 20:01:34 +03:30
namespace Netina.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;
}