Package io.moov.sdk.models.components
Class CreateApplePaySession.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.CreateApplePaySession.Builder
-
- Enclosing class:
- CreateApplePaySession
public static final class CreateApplePaySession.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateApplePaySessionbuild()CreateApplePaySession.BuilderdisplayName(java.lang.String displayName)A UTF-8 string to display in the Buy button.CreateApplePaySession.Builderdomain(java.lang.String domain)A fully qualified top-level or sub-domain name where you will accept Apple Pay.
-
-
-
Method Detail
-
domain
public CreateApplePaySession.Builder domain(java.lang.String domain)
A fully qualified top-level or sub-domain name where you will accept Apple Pay. Should not include "https".
-
displayName
public CreateApplePaySession.Builder displayName(java.lang.String displayName)
A UTF-8 string to display in the Buy button.
-
build
public CreateApplePaySession build()
-
-