Class RefundResponse
Represents the values returned by a call to Refund(RefundRequest).
Inherited Members
Namespace: Yort.Laybuy.InStore
Assembly: Yort.Laybuy.InStore.dll
Syntax
public class RefundResponse : LaybuyApiResponseBase
Properties
| Improve this Doc View SourceMerchantReference
The merchant reference of the (original) Laybuy order that was refunded against.
Declaration
[JsonProperty("merchantReference")]
public string MerchantReference { get; set; }
Property Value
Type | Description |
---|---|
String |
RefundId
The unique id of the refund transaction created.
Declaration
[JsonProperty("refundId")]
public long RefundId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |