public class Ptsv2paymentsHostedPaymentInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsHostedPaymentInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHostName()
The title of the hosted payment page, displayed in the browser's tab.
|
String |
getIpAddress()
URL of the merchant's logo to be displayed in Klarna's hosted payment page.
|
Ptsv2paymentsHostedPaymentInformationUserAgent |
getUserAgent()
Get userAgent
|
int |
hashCode() |
Ptsv2paymentsHostedPaymentInformation |
hostName(String hostName) |
Ptsv2paymentsHostedPaymentInformation |
ipAddress(String ipAddress) |
void |
setHostName(String hostName) |
void |
setIpAddress(String ipAddress) |
void |
setUserAgent(Ptsv2paymentsHostedPaymentInformationUserAgent userAgent) |
String |
toString() |
Ptsv2paymentsHostedPaymentInformation |
userAgent(Ptsv2paymentsHostedPaymentInformationUserAgent userAgent) |
public Ptsv2paymentsHostedPaymentInformation()
public Ptsv2paymentsHostedPaymentInformation hostName(String hostName)
public String getHostName()
public void setHostName(String hostName)
public Ptsv2paymentsHostedPaymentInformation ipAddress(String ipAddress)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Ptsv2paymentsHostedPaymentInformation userAgent(Ptsv2paymentsHostedPaymentInformationUserAgent userAgent)
public Ptsv2paymentsHostedPaymentInformationUserAgent getUserAgent()
public void setUserAgent(Ptsv2paymentsHostedPaymentInformationUserAgent userAgent)
Copyright © 2025. All rights reserved.