Package io.moov.sdk.models.operations
Class GetApplePayMerchantDomainsRequest
- java.lang.Object
-
- io.moov.sdk.models.operations.GetApplePayMerchantDomainsRequest
-
public class GetApplePayMerchantDomainsRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetApplePayMerchantDomainsRequest.Builder
-
Constructor Summary
Constructors Constructor Description GetApplePayMerchantDomainsRequest(java.lang.String accountID)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()ID of the Moov account representing the merchant.static GetApplePayMerchantDomainsRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()GetApplePayMerchantDomainsRequestwithAccountID(java.lang.String accountID)ID of the Moov account representing the merchant.
-
-
-
Method Detail
-
accountID
public java.lang.String accountID()
ID of the Moov account representing the merchant.
-
builder
public static GetApplePayMerchantDomainsRequest.Builder builder()
-
withAccountID
public GetApplePayMerchantDomainsRequest withAccountID(java.lang.String accountID)
ID of the Moov account representing the merchant.
-
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
-
-