Package io.moov.sdk.models.components
Class RegisterApplePayMerchantDomains
- java.lang.Object
-
- io.moov.sdk.models.components.RegisterApplePayMerchantDomains
-
public class RegisterApplePayMerchantDomains extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegisterApplePayMerchantDomains.Builder
-
Constructor Summary
Constructors Constructor Description RegisterApplePayMerchantDomains()RegisterApplePayMerchantDomains(java.util.Optional<java.lang.String> displayName, java.util.Optional<? extends java.util.List<java.lang.String>> domains)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegisterApplePayMerchantDomains.Builderbuilder()java.util.Optional<java.lang.String>displayName()A UTF-8 string to display in the Buy button.java.util.Optional<java.util.List<java.lang.String>>domains()A unique list of fully-qualified, top-level or sub-domain names where you will accept Apple Pay.booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()RegisterApplePayMerchantDomainswithDisplayName(java.lang.String displayName)A UTF-8 string to display in the Buy button.RegisterApplePayMerchantDomainswithDisplayName(java.util.Optional<java.lang.String> displayName)A UTF-8 string to display in the Buy button.RegisterApplePayMerchantDomainswithDomains(java.util.List<java.lang.String> domains)A unique list of fully-qualified, top-level or sub-domain names where you will accept Apple Pay.RegisterApplePayMerchantDomainswithDomains(java.util.Optional<? extends java.util.List<java.lang.String>> domains)A unique list of fully-qualified, top-level or sub-domain names where you will accept Apple Pay.
-
-
-
Method Detail
-
displayName
public java.util.Optional<java.lang.String> displayName()
A UTF-8 string to display in the Buy button.
-
domains
public java.util.Optional<java.util.List<java.lang.String>> domains()
A unique list of fully-qualified, top-level or sub-domain names where you will accept Apple Pay.
-
builder
public static final RegisterApplePayMerchantDomains.Builder builder()
-
withDisplayName
public RegisterApplePayMerchantDomains withDisplayName(java.lang.String displayName)
A UTF-8 string to display in the Buy button.
-
withDisplayName
public RegisterApplePayMerchantDomains withDisplayName(java.util.Optional<java.lang.String> displayName)
A UTF-8 string to display in the Buy button.
-
withDomains
public RegisterApplePayMerchantDomains withDomains(java.util.List<java.lang.String> domains)
A unique list of fully-qualified, top-level or sub-domain names where you will accept Apple Pay.
-
withDomains
public RegisterApplePayMerchantDomains withDomains(java.util.Optional<? extends java.util.List<java.lang.String>> domains)
A unique list of fully-qualified, top-level or sub-domain names where you will accept Apple Pay.
-
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
-
-