Class CustomerTokenMerchantUrls
Customer token merchant URLs object
Inheritance
System.Object
    CustomerTokenMerchantUrls
  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 CustomerTokenMerchantUrls
  Properties
| Improve this Doc View SourceConfirmation
URL of merchant confirmation page. (max 2000 characters)
Declaration
[JsonProperty(PropertyName = "confirmation")]
public string Confirmation { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Required
Push
URL that will be requested when an order is completed. Should be different than checkout and confirmation URLs. (max 2000 characters)
Declaration
[JsonProperty(PropertyName = "push")]
public string Push { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |