Uses of Class
model.UpdateAuthorizationRequest
-
Packages that use UpdateAuthorizationRequest Package Description api model -
-
Uses of UpdateAuthorizationRequest in api
Methods in api with parameters of type UpdateAuthorizationRequest Modifier and Type Method Description okhttp3.CallAuthorizationsApi. captureAuthorizationAsync(String authorizationId, UpdateAuthorizationRequest updateAuthorizationRequest, ApiCallback<AuthorizationCaptured> _callback)Capture an Authorization (asynchronously) If successfully captured, the `transfer` field of the `Authorization` will contain the ID of the `Transfer` resource that'll move funds.okhttp3.CallAuthorizationsApi. captureAuthorizationCall(String authorizationId, UpdateAuthorizationRequest updateAuthorizationRequest, ApiCallback _callback)Build call for captureAuthorizationApiResponse<AuthorizationCaptured>AuthorizationsApi. captureAuthorizationWithHttpInfo(String authorizationId, UpdateAuthorizationRequest updateAuthorizationRequest)Capture an Authorization If successfully captured, the `transfer` field of the `Authorization` will contain the ID of the `Transfer` resource that'll move funds.AuthorizationCapturedAuthorizationsApi. update(String authorizationId, UpdateAuthorizationRequest updateAuthorizationRequest)Capture an Authorization If successfully captured, the `transfer` field of the `Authorization` will contain the ID of the `Transfer` resource that'll move funds. -
Uses of UpdateAuthorizationRequest in model
Methods in model that return UpdateAuthorizationRequest Modifier and Type Method Description UpdateAuthorizationRequestUpdateAuthorizationRequest. additionalPurchaseData(AdditionalPurchaseData additionalPurchaseData)UpdateAuthorizationRequestUpdateAuthorizationRequest. captureAmount(Long captureAmount)UpdateAuthorizationRequestUpdateAuthorizationRequest. fee(Long fee)static UpdateAuthorizationRequestUpdateAuthorizationRequest. fromJson(String jsonString)Create an instance of UpdateAuthorizationRequest given an JSON stringUpdateAuthorizationRequestUpdateAuthorizationRequest. putTagsItem(String key, String tagsItem)UpdateAuthorizationRequestUpdateAuthorizationRequest. tags(Map<String,String> tags)UpdateAuthorizationRequestUpdateAuthorizationRequest. voidMe(Boolean voidMe)
-