Class PaymentMethodVerification
Inheritance
PaymentMethodVerification
Assembly: Inttegro.dll
Syntax
public sealed class PaymentMethodVerification
Properties
|
Edit this page
View Source
CompletedAt
Declaration
[JsonPropertyName("completed_at")]
public string? CompletedAt { 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
Mechanism
Declaration
[JsonPropertyName("mechanism")]
public string? Mechanism { get; set; }
Property Value
|
Edit this page
View Source
RequestId
Declaration
[JsonPropertyName("request_id")]
public string? RequestId { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value