Class PaymentAttempt
Inheritance
PaymentAttempt
Assembly: Inttegro.dll
Syntax
public sealed class PaymentAttempt
Properties
|
Edit this page
View Source
FailedAt
Declaration
[JsonPropertyName("failed_at")]
public string? FailedAt { get; set; }
Property Value
|
Edit this page
View Source
InitiatedAt
Declaration
[JsonPropertyName("initiated_at")]
public string? InitiatedAt { get; set; }
Property Value
|
Edit this page
View Source
PaymentMethodId
Declaration
[JsonPropertyName("payment_method_id")]
public string? PaymentMethodId { get; set; }
Property Value
|
Edit this page
View Source
PaymentMethodType
Declaration
[JsonPropertyName("payment_method_type")]
public PaymentMethodType? PaymentMethodType { get; set; }
Property Value
|
Edit this page
View Source
Reference
Declaration
[JsonPropertyName("reference")]
public string? Reference { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonPropertyName("status")]
public PaymentAttemptStatus? Status { get; set; }
Property Value
|
Edit this page
View Source
SucceededAt
Declaration
[JsonPropertyName("succeeded_at")]
public string? SucceededAt { get; set; }
Property Value