Show / Hide Table of Contents

Class HostedPaymentPageContactInformation

Hosted payment page contact information

Inheritance
System.Object
HostedPaymentPageContactInformation
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
[Obsolete("This model is being deprecated. Use DistributionContactV1 from Klarna.Rest.Core.Model.HostedPaymentPage namespace instead")]
public class HostedPaymentPageContactInformation

Properties

| Improve this Doc View Source

Email

Email where to send the email with the HPP link. Only required if distribution method is 'email'

Declaration
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Phone

Phone number where to send the sms with the HPP link. Only required if distribution method is 'sms'

Declaration
[JsonProperty(PropertyName = "phone")]
public string Phone { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PhoneCountry

ISO 3166 alpha-2 phone country. Only required if distribution method is 'sms'

Declaration
[JsonProperty(PropertyName = "phone_country")]
public string PhoneCountry { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.