Class SettlementsGetTransactionsResponse
Get transaction response object
Inheritance
System.Object
SettlementsGetTransactionsResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Klarna.Rest.Core.Model
Assembly: Klarna.Rest.Core.dll
Syntax
public class SettlementsGetTransactionsResponse
Properties
| Improve this Doc View SourcePagination
Pagination information
Declaration
[JsonProperty(PropertyName = "pagination")]
public Pagination Pagination { get; set; }
Property Value
Type | Description |
---|---|
Pagination |
Remarks
Required
Transactions
Array of transactions
Declaration
[JsonProperty(PropertyName = "transactions")]
public ICollection<Transaction> Transactions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Transaction> |
Remarks
Required