Class PaymentConfirmationRequest
Inheritance
PaymentConfirmationRequest
Assembly: Inttegro.dll
Syntax
public sealed class PaymentConfirmationRequest
Properties
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
Recipient
Declaration
[JsonPropertyName("recipient")]
public string? Recipient { get; set; }
Property Value
|
Edit this page
View Source
SenderId
Declaration
[JsonPropertyName("sender_id")]
public string? SenderId { get; set; }
Property Value
|
Edit this page
View Source
SentVia
Declaration
[JsonPropertyName("sent_via")]
public PaymentConfirmationChannel? SentVia { get; set; }
Property Value
|
Edit this page
View Source
TokenSize
Declaration
[JsonPropertyName("token_size")]
public int? TokenSize { get; set; }
Property Value