Show / Hide Table of Contents
    • Yort.LatitudePay.InStore
      • ILatitudePayClient
      • ILatitudePaySignatureGenerator
      • ILatitudePaySystemClock
      • LatitiudePayShippingLine
      • LatitudePayAddress
      • LatitudePayApiException
      • LatitudePayAuthToken
      • LatitudePayAvailability
      • LatitudePayCancelPurchaseRequest
      • LatitudePayCancelPurchaseResponse
      • LatitudePayClient
      • LatitudePayClientConfiguration
      • LatitudePayConfigurationRequest
      • LatitudePayConfigurationResponse
      • LatitudePayConstants
      • LatitudePayCreatePosPurchaseRequest
      • LatitudePayCreatePosPurchaseResponse
      • LatitudePayCreateRefundRequest
      • LatitudePayCreateRefundResponse
      • LatitudePayCurrencies
      • LatitudePayCustomer
      • LatitudePayEnvironment
      • LatitudePayHMACSHA256SignatureGenerator
      • LatitudePayMoney
      • LatitudePayProduct
      • LatitudePayPurchaseStatusRequest
      • LatitudePayPurchaseStatusResponse
      • LatitudePayReturnUrls
      • LatitudePaySystemClock

    Class LatitudePayCreateRefundResponse

    Represents a response to a request to refund some or all of an accepted payment plan (via CreateRefundAsync(LatitudePayCreateRefundRequest)).

    Inheritance
    Object
    LatitudePayCreateRefundResponse
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Yort.LatitudePay.InStore
    Assembly: Yort.LatitudePay.InStore.dll
    Syntax
    public class LatitudePayCreateRefundResponse

    Properties

    | Improve this Doc View Source

    CommissionAmount

    Gets or sets the fees charged to the retailer for this refund.

    Declaration
    [JsonProperty("commissionAmount")]
    public decimal CommissionAmount { get; set; }
    Property Value
    Type Description
    Decimal

    The commission amount.

    | Improve this Doc View Source

    Reference

    Gets or sets the merchant reference for the refund as provided in the request.

    Declaration
    public string Reference { get; set; }
    Property Value
    Type Description
    String

    The reference.

    | Improve this Doc View Source

    RefundDate

    Gets or sets the date and time the refund was created.

    Declaration
    [JsonProperty("refundDate")]
    public DateTime RefundDate { get; set; }
    Property Value
    Type Description
    DateTime

    The refund date.

    | Improve this Doc View Source

    RefundId

    Gets or sets the refund identifier generated by LatitudePay.

    Declaration
    [JsonProperty("refundId")]
    public string RefundId { get; set; }
    Property Value
    Type Description
    String

    The refund identifier.

    See Also

    LatitudePayCreateRefundRequest
    CreateRefundAsync(LatitudePayCreateRefundRequest)
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot