Uses of Class
model.Authorization
Packages that use Authorization
-
Uses of Authorization in api
Methods in api that return AuthorizationModifier and TypeMethodDescriptionAuthorizationsApi.create(CreateAuthorizationRequest createAuthorizationRequest) Create an Authorization Create an `Authorization` to process a transaction.Get an Authorization Retrieve the details of a previously created `Authorization`.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.Methods in api that return types with arguments of type AuthorizationModifier and TypeMethodDescriptionAuthorizationsApi.createAuthorizationWithHttpInfo(CreateAuthorizationRequest createAuthorizationRequest) Create an Authorization Create an `Authorization` to process a transaction.AuthorizationsApi.getAuthorizationWithHttpInfo(String authorizationId) Get an Authorization Retrieve the details of a previously created `Authorization`.AuthorizationsApi.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.Method parameters in api with type arguments of type AuthorizationModifier and TypeMethodDescriptionokhttp3.CallAuthorizationsApi.createAuthorizationAsync(CreateAuthorizationRequest createAuthorizationRequest, ApiCallback<Authorization> _callback) Create an Authorization (asynchronously) Create an `Authorization` to process a transaction.okhttp3.CallAuthorizationsApi.getAuthorizationAsync(String authorizationId, ApiCallback<Authorization> _callback) Get an Authorization (asynchronously) Retrieve the details of a previously created `Authorization`.okhttp3.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. -
Uses of Authorization in model
Methods in model that return AuthorizationModifier and TypeMethodDescriptionAuthorization._3dsRedirectUrl(String _3dsRedirectUrl) Authorization.addExternalResponsesItem(AuthorizationExternalResponsesInner externalResponsesItem) Authorization.addMessagesItem(String messagesItem) Authorization.application(String application) Authorization.captureAmount(Long captureAmount) Authorization.cardPresentDetails(CardPresentDetails cardPresentDetails) Authorization.createdAt(OffsetDateTime createdAt) Authorization.expiresAt(OffsetDateTime expiresAt) Authorization.externalResponses(List<AuthorizationExternalResponsesInner> externalResponses) static AuthorizationCreate an instance of Authorization given an JSON stringAuthorization.idempotencyId(String idempotencyId) Authorization.links(AuthorizationLinks links) Authorization.merchantIdentity(String merchantIdentity) Authorization.putTagsItem(String key, String tagsItem) Authorization.state(Authorization.StateEnum state) Authorization.updatedAt(OffsetDateTime updatedAt) Methods in model that return types with arguments of type AuthorizationModifier and TypeMethodDescriptionAuthorizationsListEmbedded.getAuthorizations()Get authorizationsMethods in model with parameters of type AuthorizationModifier and TypeMethodDescriptionAuthorizationsListEmbedded.addAuthorizationsItem(Authorization authorizationsItem) Method parameters in model with type arguments of type AuthorizationModifier and TypeMethodDescriptionAuthorizationsListEmbedded.authorizations(Set<Authorization> authorizations) voidAuthorizationsListEmbedded.setAuthorizations(Set<Authorization> authorizations)