Class LatitudePayCreateRefundResponse
Represents a response to a request to refund some or all of an accepted payment plan (via CreateRefundAsync(LatitudePayCreateRefundRequest)).
Inherited Members
Namespace: Yort.LatitudePay.InStore
Assembly: Yort.LatitudePay.InStore.dll
Syntax
public class LatitudePayCreateRefundResponse
Properties
| Improve this Doc View SourceCommissionAmount
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. |
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. |
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. |
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. |