Show / Hide Table of Contents

Class PaymentGenerateConsumerTokenRequest

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

Properties

| Improve this Doc View Source

BillingAddress

Once the customer has provided any data, updates to this object will be ignored (without generating an error).

Declaration
[JsonProperty(PropertyName = "billing_address")]
public PaymentAddressInfo BillingAddress { get; set; }
Property Value
Type Description
PaymentAddressInfo
| Improve this Doc View Source

Customer

Information about the liable customer of the order.

Declaration
[JsonProperty(PropertyName = "customer")]
public PaymentCustomer Customer { get; set; }
Property Value
Type Description
PaymentCustomer
| Improve this Doc View Source

Description

Description of the purpose of the token.

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IntendedUse

Intended use for the token.

  • SUBSCRIPTION
Declaration
[JsonProperty(PropertyName = "intended_use")]
public string IntendedUse { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Locale

RFC 1766 customer's locale.

Declaration
[JsonProperty(PropertyName = "locale")]
public string Locale { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PurchaseCountry

ISO 3166 alpha-2 purchase country.

Declaration
[JsonProperty(PropertyName = "purchase_country")]
public string PurchaseCountry { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PurchaseCurrency

ISO 4217 purchase currency.

Declaration
[JsonProperty(PropertyName = "purchase_currency")]
public string PurchaseCurrency { 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.