Class CardPurchaseSupplementServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.CardPurchaseSupplementService.WithRawResponse
public final class CardPurchaseSupplementServiceImpl.WithRawResponseImpl implements CardPurchaseSupplementService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<CardPurchaseSupplement>retrieve(CardPurchaseSupplementRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /card_purchase_supplements/{card_purchase_supplement_id}, but is otherwise the same as CardPurchaseSupplementService.retrieve.HttpResponseFor<CardPurchaseSupplementListPage>list(CardPurchaseSupplementListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /card_purchase_supplements, but is otherwise the same as CardPurchaseSupplementService.list.-
-
Method Detail
-
retrieve
HttpResponseFor<CardPurchaseSupplement> retrieve(CardPurchaseSupplementRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /card_purchase_supplements/{card_purchase_supplement_id}, but is otherwise the same as CardPurchaseSupplementService.retrieve.
-
list
HttpResponseFor<CardPurchaseSupplementListPage> list(CardPurchaseSupplementListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /card_purchase_supplements, but is otherwise the same as CardPurchaseSupplementService.list.
-
-
-
-