Package io.moov.sdk.models.operations
Class CreateApplePaySessionRequest
- java.lang.Object
-
- io.moov.sdk.models.operations.CreateApplePaySessionRequest
-
public class CreateApplePaySessionRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateApplePaySessionRequest.Builder
-
Constructor Summary
Constructors Constructor Description CreateApplePaySessionRequest(java.lang.String accountID, CreateApplePaySession createApplePaySession)
-
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 CreateApplePaySessionRequest.Builderbuilder()CreateApplePaySessioncreateApplePaySession()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()CreateApplePaySessionRequestwithAccountID(java.lang.String accountID)ID of the Moov account representing the merchant.CreateApplePaySessionRequestwithCreateApplePaySession(CreateApplePaySession createApplePaySession)
-
-
-
Constructor Detail
-
CreateApplePaySessionRequest
public CreateApplePaySessionRequest(java.lang.String accountID, CreateApplePaySession createApplePaySession)
-
-
Method Detail
-
accountID
public java.lang.String accountID()
ID of the Moov account representing the merchant.
-
createApplePaySession
public CreateApplePaySession createApplePaySession()
-
builder
public static CreateApplePaySessionRequest.Builder builder()
-
withAccountID
public CreateApplePaySessionRequest withAccountID(java.lang.String accountID)
ID of the Moov account representing the merchant.
-
withCreateApplePaySession
public CreateApplePaySessionRequest withCreateApplePaySession(CreateApplePaySession createApplePaySession)
-
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
-
-