Uses of Class
model.UpdateAuthorizationRequest
Packages that use UpdateAuthorizationRequest
-
Uses of UpdateAuthorizationRequest in api
Methods in api with parameters of type UpdateAuthorizationRequestModifier and TypeMethodDescriptionokhttp3.CallAuthorizationsApi.putAuthorizationAsync(String authorizationId, UpdateAuthorizationRequest updateAuthorizationRequest, ApiCallback<Authorization> _callback) Update 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.putAuthorizationCall(String authorizationId, UpdateAuthorizationRequest updateAuthorizationRequest, ApiCallback _callback) Build call for putAuthorizationAuthorizationsApi.putAuthorizationWithHttpInfo(String authorizationId, UpdateAuthorizationRequest updateAuthorizationRequest) Update an Authorization If successfully captured, the `transfer` field of the `Authorization` will contain the ID of the `Transfer` resource that'll move funds.AuthorizationsApi.update(String authorizationId, UpdateAuthorizationRequest updateAuthorizationRequest) Update 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 UpdateAuthorizationRequestModifier and TypeMethodDescriptionUpdateAuthorizationRequest.additionalPurchaseData(AdditionalPurchaseData additionalPurchaseData) UpdateAuthorizationRequest.captureAmount(Long captureAmount) static UpdateAuthorizationRequestCreate an instance of UpdateAuthorizationRequest given an JSON stringUpdateAuthorizationRequest.putTagsItem(String key, String tagsItem)