Show / Hide Table of Contents

Class SettlementsPayoutSummary

Payout summary object

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

Properties

| Improve this Doc View Source

SummaryPayoutDateEnd

ISO-8601 formatted date-time string

Declaration
[JsonProperty(PropertyName = "summary_payout_date_end")]
public string SummaryPayoutDateEnd { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SummaryPayoutDateStart

ISO-8601 formatted date-time string

Declaration
[JsonProperty(PropertyName = "summary_payout_date_start")]
public string SummaryPayoutDateStart { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SummarySettlementCurrency

ISO-3166 Currency Code.

Declaration
[JsonProperty(PropertyName = "summary_settlement_currency")]
public string SummarySettlementCurrency { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SummaryTotalCommissionAmount

The total amount of commissions, in minor units

Declaration
[JsonProperty(PropertyName = "summary_total_commission_amount")]
public int SummaryTotalCommissionAmount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SummaryTotalFeeAmount

The total amount of fees, in minor units

Declaration
[JsonProperty(PropertyName = "summary_total_fee_amount")]
public int SummaryTotalFeeAmount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SummaryTotalFeeCorrectionAmount

The total amount of fee correction, in minor units

Declaration
[JsonProperty(PropertyName = "summary_total_fee_correction_amount")]
public int SummaryTotalFeeCorrectionAmount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SummaryTotalHoldbackAmount

The total amount of money withheld by Klarna, in minor units

Declaration
[JsonProperty(PropertyName = "summary_total_holdback_amount")]
public int SummaryTotalHoldbackAmount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SummaryTotalReleaseAmount

The total amount of money released from holdback by Klarna, in minor units

Declaration
[JsonProperty(PropertyName = "summary_total_release_amount")]
public int SummaryTotalReleaseAmount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SummaryTotalRepayAmount

The total amount of money that has been repaid by the merchant from the debt to Klarna, in minor units

Declaration
[JsonProperty(PropertyName = "summary_total_repay_amount")]
public int SummaryTotalRepayAmount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SummaryTotalReturnAmount

The total amount of returns, in minor units

Declaration
[JsonProperty(PropertyName = "summary_total_return_amount")]
public int SummaryTotalReturnAmount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SummaryTotalReversalAmount

The total amount of reversals, in minor units

Declaration
[JsonProperty(PropertyName = "summary_total_reversal_amount")]
public int SummaryTotalReversalAmount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SummaryTotalSettlementAmount

The total amount of the settlement in question, in minor units

Declaration
[JsonProperty(PropertyName = "summary_total_settlement_amount")]
public int SummaryTotalSettlementAmount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SummaryTotaSaleAmount

The total amount of sales, in minor units

Declaration
[JsonProperty(PropertyName = "summary_total_sale_amount")]
public int SummaryTotaSaleAmount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SummaryTotaTaxAmount

The total amount of tax, in minor units

Declaration
[JsonProperty(PropertyName = "summary_total_tax_amount")]
public int SummaryTotaTaxAmount { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.