Show / Hide Table of Contents

Class SettlementsPayoutTotals

The payout totals object

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

Properties

| Improve this Doc View Source

ComissionAmount

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

CommissionAmount

The total amount of commissions, in minor units

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

FeeAmount

The total amount of fees, in minor units

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

FeeCorrectionAmount

The total amount of fee correction, in minor units

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

HoldbackAmount

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

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

ReleaseAmount

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

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

RepayAmount

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

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

ReturnAmount

The total amount of returns, in minor units

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

ReversalAmount

The total amount of reversals, in minor units

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

SaleAmount

The total amount of sales, in minor units

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

SettlementAmount

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

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

TaxAmount

The total amount of tax, in minor units

Declaration
[JsonProperty(PropertyName = "tax_amount")]
public int TaxAmount { 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.