Class PaymentAuthorizeAction
Inheritance
PaymentAuthorizeAction
Assembly: Inttegro.dll
Syntax
public sealed class PaymentAuthorizeAction
Properties
|
Edit this page
View Source
Beneficiary
Declaration
[JsonPropertyName("beneficiary")]
public string? Beneficiary { get; set; }
Property Value
|
Edit this page
View Source
ExpiresAt
Declaration
[JsonPropertyName("expires_at")]
public string? ExpiresAt { get; set; }
Property Value
|
Edit this page
View Source
Scheme
Declaration
[JsonPropertyName("scheme")]
public string? Scheme { get; set; }
Property Value