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
public class HostedPaymentPageContactInformation
Properties
| Improve this Doc View SourceEmail 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 |
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 |
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 |