Package io.moov.sdk.models.operations
Class CreateApplePaySessionRequest.Builder
- java.lang.Object
-
- io.moov.sdk.models.operations.CreateApplePaySessionRequest.Builder
-
- Enclosing class:
- CreateApplePaySessionRequest
public static final class CreateApplePaySessionRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateApplePaySessionRequest.BuilderaccountID(java.lang.String accountID)ID of the Moov account representing the merchant.CreateApplePaySessionRequestbuild()CreateApplePaySessionRequest.BuildercreateApplePaySession(CreateApplePaySession createApplePaySession)
-
-
-
Method Detail
-
accountID
public CreateApplePaySessionRequest.Builder accountID(java.lang.String accountID)
ID of the Moov account representing the merchant.
-
createApplePaySession
public CreateApplePaySessionRequest.Builder createApplePaySession(CreateApplePaySession createApplePaySession)
-
build
public CreateApplePaySessionRequest build()
-
-