Show / Hide Table of Contents

Class SettlementsGetAllPayoutsResponse

Inheritance
System.Object
SettlementsGetAllPayoutsResponse
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 SettlementsGetAllPayoutsResponse

Properties

| Improve this Doc View Source

Paginatinon

Deprecated param

Declaration
[Obsolete("Paginatinon has a typo in the name and marked as deprecated. Use Pagination instead.")]
public Pagination Paginatinon { get; set; }
Property Value
Type Description
Pagination
| Improve this Doc View Source

Pagination

Pagination information

Declaration
[JsonProperty(PropertyName = "pagination")]
public Pagination Pagination { get; set; }
Property Value
Type Description
Pagination
| Improve this Doc View Source

Payouts

Array of payouts

Declaration
[JsonProperty(PropertyName = "payouts")]
public ICollection<SettlementsPayout> Payouts { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<SettlementsPayout>
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.