public class Transactions
extends com.mastercard.api.core.model.BaseObject
| Constructor and Description |
|---|
Transactions() |
Transactions(com.mastercard.api.core.model.BaseObject o) |
Transactions(com.mastercard.api.core.model.RequestMap requestMap) |
| Modifier and Type | Method and Description |
|---|---|
protected com.mastercard.api.core.model.OperationConfig |
getOperationConfig(String operationUUID) |
protected com.mastercard.api.core.model.OperationMetadata |
getOperationMetadata() |
protected Map<String,Object> |
parseMap(Map<String,Object> arg0) |
static Transactions |
retrieveAuthorizationDetail(com.mastercard.api.core.security.Authentication auth,
String id)
Retrieve a
Transactions object |
static Transactions |
retrieveAuthorizationDetail(com.mastercard.api.core.security.Authentication auth,
String id,
com.mastercard.api.core.model.RequestMap map)
Retrieve a
Transactions object |
static Transactions |
retrieveAuthorizationDetail(String id)
Retrieve a
Transactions object |
static Transactions |
retrieveAuthorizationDetail(String id,
com.mastercard.api.core.model.RequestMap map)
Retrieve a
Transactions object |
static Transactions |
retrieveClearingDetail(com.mastercard.api.core.security.Authentication auth,
String id)
Retrieve a
Transactions object |
static Transactions |
retrieveClearingDetail(com.mastercard.api.core.security.Authentication auth,
String id,
com.mastercard.api.core.model.RequestMap map)
Retrieve a
Transactions object |
static Transactions |
retrieveClearingDetail(String id)
Retrieve a
Transactions object |
static Transactions |
retrieveClearingDetail(String id,
com.mastercard.api.core.model.RequestMap map)
Retrieve a
Transactions object |
static Transactions |
searchForTransaction(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap map)
Creates a
Transactions object |
static Transactions |
searchForTransaction(com.mastercard.api.core.model.RequestMap map)
Creates a
Transactions object |
executeListOperation, executeOperationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Transactions()
public Transactions(com.mastercard.api.core.model.BaseObject o)
public Transactions(com.mastercard.api.core.model.RequestMap requestMap)
protected final com.mastercard.api.core.model.OperationConfig getOperationConfig(String operationUUID) throws IllegalArgumentException
getOperationConfig in class com.mastercard.api.core.model.BaseObjectIllegalArgumentExceptionprotected com.mastercard.api.core.model.OperationMetadata getOperationMetadata()
throws IllegalArgumentException
getOperationMetadata in class com.mastercard.api.core.model.BaseObjectIllegalArgumentExceptionpublic static Transactions retrieveClearingDetail(String id) throws com.mastercard.api.core.exception.ApiException
Transactions objectid - the id of the Transactions object to retrievecom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Transactions retrieveClearingDetail(String id, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Transactions objectid - the id of the Transactions object to retrievemap - a map of additional parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Transactions retrieveClearingDetail(com.mastercard.api.core.security.Authentication auth, String id) throws com.mastercard.api.core.exception.ApiException
Transactions objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)id - the id of the Transactions object to retrievecom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Transactions retrieveClearingDetail(com.mastercard.api.core.security.Authentication auth, String id, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Transactions objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)id - the id of the Transactions object to retrievemap - a map of additional parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Transactions retrieveAuthorizationDetail(String id) throws com.mastercard.api.core.exception.ApiException
Transactions objectid - the id of the Transactions object to retrievecom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Transactions retrieveAuthorizationDetail(String id, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Transactions objectid - the id of the Transactions object to retrievemap - a map of additional parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Transactions retrieveAuthorizationDetail(com.mastercard.api.core.security.Authentication auth, String id) throws com.mastercard.api.core.exception.ApiException
Transactions objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)id - the id of the Transactions object to retrievecom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Transactions retrieveAuthorizationDetail(com.mastercard.api.core.security.Authentication auth, String id, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Transactions objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)id - the id of the Transactions object to retrievemap - a map of additional parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Transactions searchForTransaction(com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Transactions objectmap - a map of parameters to create a Transactions objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Transactions searchForTransaction(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Transactions objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)map - a map of parameters to create a Transactions objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverCopyright © 2019. All rights reserved.