| Package | Description |
|---|---|
| jp.gopay.sdk |
| Modifier and Type | Method | Description |
|---|---|---|
GoPaySDK |
GoPaySDK.copy() |
|
GoPaySDK |
GoPaySDK.copy(AuthStrategy authStrategy) |
|
GoPaySDK |
GoPaySDK.copy(AbstractSDKSettings settings) |
|
static GoPaySDK |
GoPaySDK.create() |
Create an unauthenticated GoPaySDK instance with default production settings.
|
static GoPaySDK |
GoPaySDK.create(AuthStrategy authStrategy) |
Create a GoPaySDK instance with default settings using an authentication strategy.
|
static GoPaySDK |
GoPaySDK.create(AuthStrategy authStrategy,
AbstractSDKSettings settings) |
Create a GoPaySDK instance using an authentication strategy.
|
static GoPaySDK |
GoPaySDK.create(UserCredentials userCredentials,
AbstractSDKSettings settings) |
Asynchronously creates a GoPaySDK instance requesting a JWT for authentication.
|
static GoPaySDK |
GoPaySDK.create(AbstractSDKSettings settings) |
Create an unauthenticated GoPaySDK instance.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.