Interface CardSettlementService.WithRawResponse
-
- All Implemented Interfaces:
public interface CardSettlementService.WithRawResponseA view of CardSettlementService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<Transaction>create(CardSettlementCreateParams params)Returns a raw HTTP response for post /simulations/card_settlements, but is otherwise the same as CardSettlementService.create.abstract HttpResponseFor<Transaction>create(CardSettlementCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() HttpResponseFor<Transaction> create(CardSettlementCreateParams params)
Returns a raw HTTP response for
post /simulations/card_settlements, but is otherwise the same as CardSettlementService.create.
-
create
@MustBeClosed() abstract HttpResponseFor<Transaction> create(CardSettlementCreateParams params, RequestOptions requestOptions)
-
-
-
-