Package io.moov.sdk.models.components
Class PaymentLinkDisplayOptionsUpdate.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.PaymentLinkDisplayOptionsUpdate.Builder
-
- Enclosing class:
- PaymentLinkDisplayOptionsUpdate
public static final class PaymentLinkDisplayOptionsUpdate.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentLinkDisplayOptionsUpdatebuild()PaymentLinkDisplayOptionsUpdate.BuildercallToAction(CallToAction callToAction)The text to be displayed on web form's submit button.PaymentLinkDisplayOptionsUpdate.BuildercallToAction(java.util.Optional<? extends CallToAction> callToAction)The text to be displayed on web form's submit button.PaymentLinkDisplayOptionsUpdate.Builderdescription(java.lang.String description)A payment description displayed to the user.PaymentLinkDisplayOptionsUpdate.Builderdescription(java.util.Optional<java.lang.String> description)A payment description displayed to the user.PaymentLinkDisplayOptionsUpdate.Buildertitle(java.lang.String title)The payment page title displayed to the user.PaymentLinkDisplayOptionsUpdate.Buildertitle(java.util.Optional<java.lang.String> title)The payment page title displayed to the user.
-
-
-
Method Detail
-
title
public PaymentLinkDisplayOptionsUpdate.Builder title(java.lang.String title)
The payment page title displayed to the user.
-
title
public PaymentLinkDisplayOptionsUpdate.Builder title(java.util.Optional<java.lang.String> title)
The payment page title displayed to the user.
-
description
public PaymentLinkDisplayOptionsUpdate.Builder description(java.lang.String description)
A payment description displayed to the user.
-
description
public PaymentLinkDisplayOptionsUpdate.Builder description(java.util.Optional<java.lang.String> description)
A payment description displayed to the user.
-
callToAction
public PaymentLinkDisplayOptionsUpdate.Builder callToAction(CallToAction callToAction)
The text to be displayed on web form's submit button.If set to "auto" the UI will automatically select between "pay" and "confirm" for payments and payouts respectively.
-
callToAction
public PaymentLinkDisplayOptionsUpdate.Builder callToAction(java.util.Optional<? extends CallToAction> callToAction)
The text to be displayed on web form's submit button.If set to "auto" the UI will automatically select between "pay" and "confirm" for payments and payouts respectively.
-
build
public PaymentLinkDisplayOptionsUpdate build()
-
-