Package io.moov.sdk.models.components
Class CreateApplePaySession
- java.lang.Object
-
- io.moov.sdk.models.components.CreateApplePaySession
-
public class CreateApplePaySession extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateApplePaySession.Builder
-
Constructor Summary
Constructors Constructor Description CreateApplePaySession(java.lang.String domain, java.lang.String displayName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateApplePaySession.Builderbuilder()java.lang.StringdisplayName()A UTF-8 string to display in the Buy button.java.lang.Stringdomain()A fully qualified top-level or sub-domain name where you will accept Apple Pay.booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()CreateApplePaySessionwithDisplayName(java.lang.String displayName)A UTF-8 string to display in the Buy button.CreateApplePaySessionwithDomain(java.lang.String domain)A fully qualified top-level or sub-domain name where you will accept Apple Pay.
-
-
-
Method Detail
-
domain
public 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 java.lang.String displayName()
A UTF-8 string to display in the Buy button.
-
builder
public static final CreateApplePaySession.Builder builder()
-
withDomain
public CreateApplePaySession withDomain(java.lang.String domain)
A fully qualified top-level or sub-domain name where you will accept Apple Pay. Should not include "https".
-
withDisplayName
public CreateApplePaySession withDisplayName(java.lang.String displayName)
A UTF-8 string to display in the Buy button.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-