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