Class PhysicalCardServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.simulations.PhysicalCardServiceAsync.WithRawResponse
public final class PhysicalCardServiceAsyncImpl.WithRawResponseImpl implements PhysicalCardServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<PhysicalCard>>advanceShipment(SimulationPhysicalCardAdvanceShipmentParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/physical_cards/{physical_card_id}/advance_shipment, but is otherwise the same as PhysicalCardServiceAsync.advanceShipment.-
-
Method Detail
-
advanceShipment
CompletableFuture<HttpResponseFor<PhysicalCard>> advanceShipment(SimulationPhysicalCardAdvanceShipmentParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/physical_cards/{physical_card_id}/advance_shipment, but is otherwise the same as PhysicalCardServiceAsync.advanceShipment.
-
-
-
-