Expand description
§The SwishClient
This is the client that’s used to make calls to the Swish API.
Structs§
- Created
Payment - This is what will be returned when a payment is successfully created at Swish.
- Created
Refund - This will be returned when a refund is successfully created.
- Payment
- This is all the data that’s returned from the Swish API when fetching a payment.
- Payment
Params - Params used to create a new payment.
- Refund
- This is all the data that’s returned from the Swish API when fetching a refund.
- Refund
Params - Params used to create a new refund.
- Swish
Client - The client used to make call to the Swish API.