| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2001 |
TokenizationApi.tokenize(TokenizeRequest tokenizeRequest)
Tokenize card
Returns a token representing the supplied card details.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2001> |
TokenizationApi.tokenizeWithHttpInfo(TokenizeRequest tokenizeRequest)
Tokenize card
Returns a token representing the supplied card details.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
TokenizationApi.tokenizeAsync(TokenizeRequest tokenizeRequest,
ApiCallback<InlineResponse2001> callback)
Tokenize card (asynchronously)
Returns a token representing the supplied card details.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2001 |
InlineResponse2001.cardType(String cardType) |
InlineResponse2001 |
InlineResponse2001.discoverableServices(Map<String,Object> discoverableServices) |
InlineResponse2001 |
InlineResponse2001.keyId(String keyId) |
InlineResponse2001 |
InlineResponse2001.maskedPan(String maskedPan) |
InlineResponse2001 |
InlineResponse2001.putDiscoverableServicesItem(String key,
Object discoverableServicesItem) |
InlineResponse2001 |
InlineResponse2001.signature(String signature) |
InlineResponse2001 |
InlineResponse2001.signedFields(String signedFields) |
InlineResponse2001 |
InlineResponse2001.timestamp(Long timestamp) |
InlineResponse2001 |
InlineResponse2001.token(String token) |
Copyright © 2018. All rights reserved.