public class GooglePayExperienceContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GooglePayExperienceContext.Builder
Class to build instances of
GooglePayExperienceContext. |
| Constructor and Description |
|---|
GooglePayExperienceContext()
Default constructor.
|
GooglePayExperienceContext(String returnUrl,
String cancelUrl)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCancelUrl()
Getter for CancelUrl.
|
String |
getReturnUrl()
Getter for ReturnUrl.
|
void |
setCancelUrl(String cancelUrl)
Setter for CancelUrl.
|
void |
setReturnUrl(String returnUrl)
Setter for ReturnUrl.
|
GooglePayExperienceContext.Builder |
toBuilder()
Builds a new
GooglePayExperienceContext.Builder object. |
String |
toString()
Converts this GooglePayExperienceContext into string format.
|
public GooglePayExperienceContext()
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
returnUrl - Value for Stringpublic String getCancelUrl()
public void setCancelUrl(String cancelUrl)
cancelUrl - Value for Stringpublic String toString()
public GooglePayExperienceContext.Builder toBuilder()
GooglePayExperienceContext.Builder object.
Creates the instance with the state of the current model.GooglePayExperienceContext.Builder objectCopyright © 2026. All rights reserved.