Uses of Class
model.CreateAuthorizationRequest
Packages that use CreateAuthorizationRequest
-
Uses of CreateAuthorizationRequest in api
Methods in api with parameters of type CreateAuthorizationRequestModifier and TypeMethodDescriptionAuthorizationsApi.create(CreateAuthorizationRequest createAuthorizationRequest) Create an Authorization Create an `Authorization` to process a transaction.okhttp3.CallAuthorizationsApi.createAuthorizationAsync(CreateAuthorizationRequest createAuthorizationRequest, ApiCallback<Authorization> _callback) Create an Authorization (asynchronously) Create an `Authorization` to process a transaction.okhttp3.CallAuthorizationsApi.createAuthorizationCall(CreateAuthorizationRequest createAuthorizationRequest, ApiCallback _callback) Build call for createAuthorizationAuthorizationsApi.createAuthorizationWithHttpInfo(CreateAuthorizationRequest createAuthorizationRequest) Create an Authorization Create an `Authorization` to process a transaction. -
Uses of CreateAuthorizationRequest in model
Methods in model that return CreateAuthorizationRequestModifier and TypeMethodDescriptionCreateAuthorizationRequest._3dSecureAuthentication(CreateAuthorizationRequest3dSecureAuthentication _3dSecureAuthentication) CreateAuthorizationRequest.additionalPurchaseData(AdditionalPurchaseData additionalPurchaseData) static CreateAuthorizationRequestCreate an instance of CreateAuthorizationRequest given an JSON stringCreateAuthorizationRequest.idempotencyId(String idempotencyId) CreateAuthorizationRequest.merchantIdentity(String merchantIdentity) CreateAuthorizationRequest.operationKey(String operationKey) CreateAuthorizationRequest.processor(CreateAuthorizationRequest.ProcessorEnum processor) CreateAuthorizationRequest.putTagsItem(String key, String tagsItem)