public class Chargebacks
extends com.mastercard.api.core.model.BaseObject
| Constructor and Description |
|---|
Chargebacks() |
Chargebacks(com.mastercard.api.core.model.BaseObject o) |
Chargebacks(com.mastercard.api.core.model.RequestMap requestMap) |
| Modifier and Type | Method and Description |
|---|---|
Chargebacks |
acknowledgeReceivedChargebacks()
Update a
Chargebacks object. |
Chargebacks |
acknowledgeReceivedChargebacks(com.mastercard.api.core.security.Authentication auth)
Update a
Chargebacks object. |
Chargebacks |
chargebacksImageStatus()
Update a
Chargebacks object. |
Chargebacks |
chargebacksImageStatus(com.mastercard.api.core.security.Authentication auth)
Update a
Chargebacks object. |
Chargebacks |
chargebacksStatus()
Update a
Chargebacks object. |
Chargebacks |
chargebacksStatus(com.mastercard.api.core.security.Authentication auth)
Update a
Chargebacks object. |
static Chargebacks |
create(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap map)
Creates a
Chargebacks object |
static Chargebacks |
create(com.mastercard.api.core.model.RequestMap map)
Creates a
Chargebacks object |
static Chargebacks |
createReversal(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap map)
Creates a
Chargebacks object |
static Chargebacks |
createReversal(com.mastercard.api.core.model.RequestMap map)
Creates a
Chargebacks object |
protected com.mastercard.api.core.model.OperationConfig |
getOperationConfig(String operationUUID) |
protected com.mastercard.api.core.model.OperationMetadata |
getOperationMetadata() |
static Chargebacks |
getPossibleValueListsForCreate(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap map)
Creates a
Chargebacks object |
static Chargebacks |
getPossibleValueListsForCreate(com.mastercard.api.core.model.RequestMap map)
Creates a
Chargebacks object |
protected Map<String,Object> |
parseMap(Map<String,Object> arg0) |
static Chargebacks |
retrieveDocumentation(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap query)
Query / Retrieve a
Chargebacks object |
static Chargebacks |
retrieveDocumentation(com.mastercard.api.core.model.RequestMap query)
Query / Retrieve a
Chargebacks object |
Chargebacks |
update()
Update a
Chargebacks object. |
Chargebacks |
update(com.mastercard.api.core.security.Authentication auth)
Update a
Chargebacks 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 Chargebacks()
public Chargebacks(com.mastercard.api.core.model.BaseObject o)
public Chargebacks(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 Chargebacks acknowledgeReceivedChargebacks() throws com.mastercard.api.core.exception.ApiException
Chargebacks object.com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Chargebacks acknowledgeReceivedChargebacks(com.mastercard.api.core.security.Authentication auth) throws com.mastercard.api.core.exception.ApiException
Chargebacks object.auth - Authentication object overriding ApiConfig.setAuthentication(authentication)com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Chargebacks create(com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Chargebacks objectmap - a map of parameters to create a Chargebacks objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Chargebacks create(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Chargebacks objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)map - a map of parameters to create a Chargebacks objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Chargebacks createReversal(com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Chargebacks objectmap - a map of parameters to create a Chargebacks objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Chargebacks createReversal(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Chargebacks objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)map - a map of parameters to create a Chargebacks objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Chargebacks retrieveDocumentation(com.mastercard.api.core.model.RequestMap query) throws com.mastercard.api.core.exception.ApiException
Chargebacks objectquery - a map of query parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Chargebacks retrieveDocumentation(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap query) throws com.mastercard.api.core.exception.ApiException
Chargebacks objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)query - a map of query parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Chargebacks getPossibleValueListsForCreate(com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Chargebacks objectmap - a map of parameters to create a Chargebacks objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Chargebacks getPossibleValueListsForCreate(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Chargebacks objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)map - a map of parameters to create a Chargebacks objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Chargebacks chargebacksImageStatus() throws com.mastercard.api.core.exception.ApiException
Chargebacks object.com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Chargebacks chargebacksImageStatus(com.mastercard.api.core.security.Authentication auth) throws com.mastercard.api.core.exception.ApiException
Chargebacks object.auth - Authentication object overriding ApiConfig.setAuthentication(authentication)com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Chargebacks chargebacksStatus() throws com.mastercard.api.core.exception.ApiException
Chargebacks object.com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Chargebacks chargebacksStatus(com.mastercard.api.core.security.Authentication auth) throws com.mastercard.api.core.exception.ApiException
Chargebacks object.auth - Authentication object overriding ApiConfig.setAuthentication(authentication)com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Chargebacks update() throws com.mastercard.api.core.exception.ApiException
Chargebacks object.com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Chargebacks update(com.mastercard.api.core.security.Authentication auth) throws com.mastercard.api.core.exception.ApiException
Chargebacks object.auth - Authentication object overriding ApiConfig.setAuthentication(authentication)com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverCopyright © 2019. All rights reserved.