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 SourceSummaryPayoutDateEnd
ISO-8601 formatted date-time string
Declaration
[JsonProperty(PropertyName = "summary_payout_date_end")]
public string SummaryPayoutDateEnd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
SummarySettlementCurrency
ISO-3166 Currency Code.
Declaration
[JsonProperty(PropertyName = "summary_settlement_currency")]
public string SummarySettlementCurrency { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |