Show / Hide Table of Contents

Class SettlementsPayout

The payout object

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

Properties

| Improve this Doc View Source

CurrencyCode

ISO-3166 Currency Code.

Declaration
[JsonProperty(PropertyName = "currency_code")]
public string CurrencyCode { get; set; }
Property Value
Type Description
System.String
Remarks

Required

| Improve this Doc View Source

MerchantId

The merchant id

Declaration
[JsonProperty(PropertyName = "merchant_id")]
public string MerchantId { get; set; }
Property Value
Type Description
System.String
Remarks

Required

| Improve this Doc View Source

MerchantSettlementType

Whether the amounts are net or gross

Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty(PropertyName = "merchant_settlement_type")]
public MerchantSettlementType MerchantSettlementType { get; set; }
Property Value
Type Description
MerchantSettlementType
Remarks

Required

| Improve this Doc View Source

PaymentReference

The reference id of the payout.

Declaration
[JsonProperty(PropertyName = "payment_reference")]
public string PaymentReference { get; set; }
Property Value
Type Description
System.String
Remarks

Required

| Improve this Doc View Source

PayoutDate

ISO-8601 formatted date-time string

Declaration
[JsonProperty(PropertyName = "payout_date")]
public string PayoutDate { get; set; }
Property Value
Type Description
System.String
Remarks

Required

| Improve this Doc View Source

Totals

Totals

Declaration
[JsonProperty(PropertyName = "totals")]
public SettlementsPayoutTotals Totals { get; set; }
Property Value
Type Description
SettlementsPayoutTotals
Remarks

Required

| Improve this Doc View Source

Transactions

Link to the transactions that are part of this payout

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