public static class GooglePayExperienceContext.Builder extends Object
GooglePayExperienceContext.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(String returnUrl,
String cancelUrl)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePayExperienceContext |
build()
Builds a new
GooglePayExperienceContext object using the set fields. |
GooglePayExperienceContext.Builder |
cancelUrl(String cancelUrl)
Setter for cancelUrl.
|
GooglePayExperienceContext.Builder |
returnUrl(String returnUrl)
Setter for returnUrl.
|
public GooglePayExperienceContext.Builder returnUrl(String returnUrl)
returnUrl - String value for returnUrl.public GooglePayExperienceContext.Builder cancelUrl(String cancelUrl)
cancelUrl - String value for cancelUrl.public GooglePayExperienceContext build()
GooglePayExperienceContext object using the set fields.GooglePayExperienceContextCopyright © 2026. All rights reserved.