Show / Hide Table of Contents

Class DistributionRequestV1

Inheritance
System.Object
DistributionRequestV1
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)
Namespace: Klarna.Rest.Core.Model.HostedPaymentPage
Assembly: Klarna.Rest.Core.dll
Syntax
[DataContract]
public class DistributionRequestV1

Properties

| Improve this Doc View Source

ContactInformation

Contact information for the link distribution

Declaration
[DataMember(Name = "contact_information", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "contact_information")]
public DistributionContactV1 ContactInformation { get; set; }
Property Value
Type Description
DistributionContactV1

Contact information for the link distribution

| Improve this Doc View Source

Method

Method used for distribution

Declaration
[DataMember(Name = "method", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "method")]
public string Method { get; set; }
Property Value
Type Description
System.String

Method used for distribution

| Improve this Doc View Source

Template

Gets or Sets Template

Declaration
[DataMember(Name = "template", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "template")]
public string Template { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToJson()

Get the JSON string presentation of the object

Declaration
public string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object

| Improve this Doc View Source

ToString()

Get the string presentation of the object

Declaration
public override string ToString()
Returns
Type Description
System.String

String presentation of the object

Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.