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(PhysicalCardAdvanceShipmentParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PhysicalCard>>trackingUpdates(PhysicalCardTrackingUpdatesParams params, RequestOptions requestOptions)-
Methods inherited from class com.increase.api.services.async.simulations.PhysicalCardServiceAsync.WithRawResponse
advanceShipment, advanceShipment, advanceShipment, trackingUpdates, trackingUpdates, trackingUpdates -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
advanceShipment
CompletableFuture<HttpResponseFor<PhysicalCard>> advanceShipment(PhysicalCardAdvanceShipmentParams params, RequestOptions requestOptions)
-
trackingUpdates
CompletableFuture<HttpResponseFor<PhysicalCard>> trackingUpdates(PhysicalCardTrackingUpdatesParams params, RequestOptions requestOptions)
-
-
-
-