public interface ApplePayApi
| Modifier and Type | Method and Description |
|---|---|
RegisterDomainResponse |
registerDomain(RegisterDomainRequest body)
Activates a domain for use with Apple Pay on the Web and Square.
|
CompletableFuture<RegisterDomainResponse> |
registerDomainAsync(RegisterDomainRequest body)
Activates a domain for use with Apple Pay on the Web and Square.
|
RegisterDomainResponse registerDomain(RegisterDomainRequest body) throws ApiException, IOException
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.CompletableFuture<RegisterDomainResponse> registerDomainAsync(RegisterDomainRequest body)
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.Copyright © 2022. All rights reserved.