Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class Refund

    Inheritance
    object
    Refund
    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 Refund

    Properties

    | Edit this page View Source

    CanceledAt

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

    CreatedAt

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

    CustomData

    Declaration
    [JsonPropertyName("custom_data")]
    public Dictionary<string, string>? CustomData { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    FailedAt

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

    Id

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

    LineItems

    Declaration
    [JsonPropertyName("line_items")]
    public List<RefundLineItem>? LineItems { get; set; }
    Property Value
    Type Description
    List<RefundLineItem>
    | Edit this page View Source

    OrderId

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

    ProcessingAt

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

    Reason

    Declaration
    [JsonPropertyName("reason")]
    public RefundReason Reason { get; set; }
    Property Value
    Type Description
    RefundReason
    | Edit this page View Source

    ReasonDetails

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

    Reference

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

    Status

    Declaration
    [JsonPropertyName("status")]
    public RefundStatus Status { get; set; }
    Property Value
    Type Description
    RefundStatus
    | Edit this page View Source

    SucceededAt

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

    Total

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