Bildirimin PayWall'dan gönderildiğinin doğrulanması için kullanılan Hash değeridir. PayWall panelinden aktif edilen APM Webhook Hash Anahtarı ile oluşturulur
public class ApmCallbackRequestModel
{
public int Id { get; set; }
public bool Result { get; set; }
public string ResultMessage { get; set; }
public short CurrencyId { get; set; }
public int ApmProviderId { get; set; }
public string ApmProviderName { get; set; }
public int ApmProviderConnectionId { get; set; }
public string ApmProviderConnectionName { get; set; }
public decimal Amount { get; set; }
public string UniqueCode { get; set; }
public string MerchantUniqueCode { get; set; }
public string Hash { get; set; }
public string CallbackAddress { get; set; }
public DateTime Date { get; set; }
}