public class ApplePaySessionRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplePaySessionRequest.ApplePaySessionRequestBuilder |
| Constructor and Description |
|---|
ApplePaySessionRequest() |
ApplePaySessionRequest(String validationUrl,
String domain,
Optional<String> profileId) |
| Modifier and Type | Method and Description |
|---|---|
static ApplePaySessionRequest.ApplePaySessionRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDomain()
The domain of your web shop, that is visible in the browser’s location bar.
|
Optional<String> |
getProfileId() |
String |
getValidationUrl()
|
int |
hashCode() |
void |
setDomain(String domain)
The domain of your web shop, that is visible in the browser’s location bar.
|
void |
setProfileId(Optional<String> profileId) |
void |
setValidationUrl(String validationUrl)
|
String |
toString() |
public ApplePaySessionRequest(String validationUrl, String domain, Optional<String> profileId)
public ApplePaySessionRequest()
public static ApplePaySessionRequest.ApplePaySessionRequestBuilder builder()
public String getValidationUrl()
public String getDomain()
public void setValidationUrl(String validationUrl)
public void setDomain(String domain)
protected boolean canEqual(Object other)
Copyright © 2022. All rights reserved.