Uses of Class
model.AuthorizationCaptured
-
Packages that use AuthorizationCaptured Package Description api model -
-
Uses of AuthorizationCaptured in api
Methods in api that return AuthorizationCaptured Modifier and Type Method Description 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.Methods in api that return types with arguments of type AuthorizationCaptured Modifier and Type Method Description ApiResponse<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.Method parameters in api with type arguments of type AuthorizationCaptured 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. -
Uses of AuthorizationCaptured in model
-