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 SourceComissionAmount
The total amount of commissions, in minor units
Declaration
[JsonProperty(PropertyName = "commission_amount")]
public int ComissionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |