Class WebhooksEvent
Inheritance
WebhooksEvent
Namespace: Ingenico.Connect.Sdk
Assembly: connect-sdk-dotnet.dll
Syntax
public class WebhooksEvent
Properties
ApiVersion
Declaration
public string ApiVersion { get; set; }
Property Value
Created
Declaration
public string Created { get; set; }
Property Value
Dispute
Declaration
public DisputeResponse Dispute { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
MerchantId
Declaration
public string MerchantId { get; set; }
Property Value
Payment
Declaration
public PaymentResponse Payment { get; set; }
Property Value
Payout
Declaration
public PayoutResponse Payout { get; set; }
Property Value
Refund
Declaration
public RefundResponse Refund { get; set; }
Property Value
Token
Declaration
public TokenResponse Token { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value