Class PaymentConfirmationAttempt
Inheritance
PaymentConfirmationAttempt
Assembly: Inttegro.dll
Syntax
public sealed class PaymentConfirmationAttempt
Properties
|
Edit this page
View Source
Confirmed
Declaration
[JsonPropertyName("confirmed")]
public bool? Confirmed { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
ExecutedAt
Declaration
[JsonPropertyName("executed_at")]
public string? ExecutedAt { get; set; }
Property Value
|
Edit this page
View Source
Reason
Declaration
[JsonPropertyName("reason")]
public string? Reason { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value
|
Edit this page
View Source
Token
Declaration
[JsonPropertyName("token")]
public string? Token { get; set; }
Property Value