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 SourceBillingAddress
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 |
Customer
Information about the liable customer of the order.
Declaration
[JsonProperty(PropertyName = "customer")]
public PaymentCustomer Customer { get; set; }
Property Value
Type | Description |
---|---|
PaymentCustomer |
Description
Description of the purpose of the token.
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IntendedUse
Intended use for the token.
- SUBSCRIPTION
Declaration
[JsonProperty(PropertyName = "intended_use")]
public string IntendedUse { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Locale
RFC 1766 customer's locale.
Declaration
[JsonProperty(PropertyName = "locale")]
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PurchaseCountry
ISO 3166 alpha-2 purchase country.
Declaration
[JsonProperty(PropertyName = "purchase_country")]
public string PurchaseCountry { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PurchaseCurrency
ISO 4217 purchase currency.
Declaration
[JsonProperty(PropertyName = "purchase_currency")]
public string PurchaseCurrency { get; set; }
Property Value
Type | Description |
---|---|
System.String |