Class CardPaymentServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.CardPaymentService.WithRawResponse
public final class CardPaymentServiceImpl.WithRawResponseImpl implements CardPaymentService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<CardPayment>retrieve(CardPaymentRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /card_payments/{card_payment_id}, but is otherwise the same as CardPaymentService.retrieve.HttpResponseFor<CardPaymentListPage>list(CardPaymentListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /card_payments, but is otherwise the same as CardPaymentService.list.-
-
Method Detail
-
retrieve
HttpResponseFor<CardPayment> retrieve(CardPaymentRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /card_payments/{card_payment_id}, but is otherwise the same as CardPaymentService.retrieve.
-
list
HttpResponseFor<CardPaymentListPage> list(CardPaymentListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /card_payments, but is otherwise the same as CardPaymentService.list.
-
-
-
-