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 SourceCurrencyCode
ISO-3166 Currency Code.
Declaration
[JsonProperty(PropertyName = "currency_code")]
public string CurrencyCode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Required
MerchantId
The merchant id
Declaration
[JsonProperty(PropertyName = "merchant_id")]
public string MerchantId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Required
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
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
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
Totals
Totals
Declaration
[JsonProperty(PropertyName = "totals")]
public SettlementsPayoutTotals Totals { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SettlementsPayoutTotals | 
Remarks
Required
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 |