Package com.inttegro
Class Client.RefundsClient
java.lang.Object
com.inttegro.Client.RefundsClient
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancel(CancelRefundParams params) cancel(CancelRefundParams params, RequestOptions options) create(CreateRefundParams params) Creates a full or partial refund against one or more paid order line items.create(CreateRefundParams params, RequestOptions options) Creates a refund with an explicit idempotency key.lookup(LookupRefundParams params) page(RefundPageParams params)
-
Constructor Details
-
RefundsClient
-
-
Method Details
-
create
public Refund create(CreateRefundParams params) throws IOException, InterruptedException, ApiException Creates a full or partial refund against one or more paid order line items. -
create
public Refund create(CreateRefundParams params, RequestOptions options) throws IOException, InterruptedException, ApiException Creates a refund with an explicit idempotency key. -
cancel
-
cancel
public Refund cancel(CancelRefundParams params) throws IOException, InterruptedException, ApiException -
cancel
public Refund cancel(CancelRefundParams params, RequestOptions options) throws IOException, InterruptedException, ApiException -
lookup
-
lookup
public Refund lookup(LookupRefundParams params) throws IOException, InterruptedException, ApiException -
page
public RefundPage page(RefundPageParams params) throws IOException, InterruptedException, ApiException
-