Class HostedPaymentPageDistributeLink
Hosted payment page distribute link
Inheritance
System.Object
HostedPaymentPageDistributeLink
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 HostedPaymentPageDistributeLink
Properties
| Improve this Doc View SourceContactInformation
Contact information for the link distribution
Declaration
[JsonProperty(PropertyName = "contact_information")]
public HostedPaymentPageContactInformation ContactInformation { get; set; }
Property Value
Type | Description |
---|---|
HostedPaymentPageContactInformation |
Method
Method used for distribution
Declaration
[JsonProperty(PropertyName = "method")]
[JsonConverter(typeof(StringEnumConverter))]
public HostedPaymentPageDistributionMethod Method { get; set; }
Property Value
Type | Description |
---|---|
HostedPaymentPageDistributionMethod |
Template
INSTORE_PURCHASE
Declaration
[JsonProperty(PropertyName = "template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |