Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PaymentConfirmationRequest

    Inheritance
    object
    PaymentConfirmationRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    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
    Type Description
    string
    | Edit this page View Source

    Recipient

    Declaration
    [JsonPropertyName("recipient")]
    public string? Recipient { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SenderId

    Declaration
    [JsonPropertyName("sender_id")]
    public string? SenderId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SentVia

    Declaration
    [JsonPropertyName("sent_via")]
    public PaymentConfirmationChannel? SentVia { get; set; }
    Property Value
    Type Description
    PaymentConfirmationChannel?
    | Edit this page View Source

    TokenSize

    Declaration
    [JsonPropertyName("token_size")]
    public int? TokenSize { get; set; }
    Property Value
    Type Description
    int?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX