All URIs are relative to https://{customerId}.billabear.cloud/api/v1
Method | HTTP request | Description |
---|---|---|
GetRefundsForCustomer | Get /customer/{customerId}/refund | List Customer Refunds |
ListRefund | Get /refund | List |
ShowRefundById | Get /refund/{refundId} | Detail |
InlineResponse2003 GetRefundsForCustomer(ctx, customerId, optional) List Customer Refunds
List Customer Refund
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
customerId | string | The id of the customer to retrieve | |
optional | *RefundsApiGetRefundsForCustomerOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a RefundsApiGetRefundsForCustomerOpts struct
Name | Type | Description | Notes |
---|
limit | optional.Int32| How many items to return at one time (max 100) | lastKey | optional.String| The key to be used in pagination to say what the last key of the previous page was | name | optional.String| The name to search for |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InlineResponse2003 ListRefund(ctx, optional) List
List all refund
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *RefundsApiListRefundOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a RefundsApiListRefundOpts struct
Name | Type | Description | Notes |
---|---|---|---|
limit | optional.Int32 | How many items to return at one time (max 100) | |
lastKey | optional.String | The key to be used in pagination to say what the last key of the previous page was | |
name | optional.String | The name to search for |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Refund ShowRefundById(ctx, refundId) Detail
Info for a specific Refund
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
refundId | string | The id of the refund |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]