Show / Hide Table of Contents

Class PaymentCreditSessionResponse

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

Properties

| Improve this Doc View Source

ClientToken

Token to be passed to the JS client

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

Required

| Improve this Doc View Source

PaymentMethodCategories

Available payment method categories

Declaration
[JsonProperty(PropertyName = "payment_method_categories")]
public ICollection<PaymentMethodCategory> PaymentMethodCategories { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<PaymentMethodCategory>
| Improve this Doc View Source

SessionId

Id of the created session

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

Required

  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.