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 SourceClientToken
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
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> |
SessionId
Id of the created session
Declaration
[JsonProperty(PropertyName = "session_id")]
public string SessionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Required