| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
AgenticCreatePurchaseIntentResponse200 |
InstructionsApi.cancelPurchaseIntent(String instructionId,
AgenticCancelPurchaseIntentRequest agenticCancelPurchaseIntentRequest)
Cancel a purchase intent
Cancels an existing purchase intent identified by the transaction ID.
|
AgenticCreatePurchaseIntentResponse200 |
InstructionsApi.initiatePurchaseIntent(AgenticCreatePurchaseIntentRequest agenticCreatePurchaseIntentRequest)
Initiate a purchase intent
Creates a new purchase intent with the provided details.
|
AgenticCreatePurchaseIntentResponse200 |
InstructionsApi.updatePurchaseIntent(String instructionId,
AgenticUpdatePurchaseIntentRequest agenticUpdatePurchaseIntentRequest)
Update a purchase intent
Updates an existing purchase intent identified by the transaction ID.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AgenticCreatePurchaseIntentResponse200> |
InstructionsApi.cancelPurchaseIntentWithHttpInfo(String instructionId,
AgenticCancelPurchaseIntentRequest agenticCancelPurchaseIntentRequest)
Cancel a purchase intent
Cancels an existing purchase intent identified by the transaction ID.
|
ApiResponse<AgenticCreatePurchaseIntentResponse200> |
InstructionsApi.initiatePurchaseIntentWithHttpInfo(AgenticCreatePurchaseIntentRequest agenticCreatePurchaseIntentRequest)
Initiate a purchase intent
Creates a new purchase intent with the provided details.
|
ApiResponse<AgenticCreatePurchaseIntentResponse200> |
InstructionsApi.updatePurchaseIntentWithHttpInfo(String instructionId,
AgenticUpdatePurchaseIntentRequest agenticUpdatePurchaseIntentRequest)
Update a purchase intent
Updates an existing purchase intent identified by the transaction ID.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
InstructionsApi.cancelPurchaseIntentAsync(String instructionId,
AgenticCancelPurchaseIntentRequest agenticCancelPurchaseIntentRequest,
ApiCallback<AgenticCreatePurchaseIntentResponse200> callback)
Cancel a purchase intent (asynchronously)
Cancels an existing purchase intent identified by the transaction ID.
|
okhttp3.Call |
InstructionsApi.initiatePurchaseIntentAsync(AgenticCreatePurchaseIntentRequest agenticCreatePurchaseIntentRequest,
ApiCallback<AgenticCreatePurchaseIntentResponse200> callback)
Initiate a purchase intent (asynchronously)
Creates a new purchase intent with the provided details.
|
okhttp3.Call |
InstructionsApi.updatePurchaseIntentAsync(String instructionId,
AgenticUpdatePurchaseIntentRequest agenticUpdatePurchaseIntentRequest,
ApiCallback<AgenticCreatePurchaseIntentResponse200> callback)
Update a purchase intent (asynchronously)
Updates an existing purchase intent identified by the transaction ID.
|
| Modifier and Type | Method and Description |
|---|---|
AgenticCreatePurchaseIntentResponse200 |
AgenticCreatePurchaseIntentResponse200.clientCorrelationId(String clientCorrelationId) |
AgenticCreatePurchaseIntentResponse200 |
AgenticCreatePurchaseIntentResponse200.instructionId(String instructionId) |
AgenticCreatePurchaseIntentResponse200 |
AgenticCreatePurchaseIntentResponse200.status(String status) |
Copyright © 2026. All rights reserved.