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 SourceContactInformation
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 |
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 |
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 SourceToJson()
Get the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
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()