Module client

Module client 

Source
Expand description

§The SwishClient

This is the client that’s used to make calls to the Swish API.

Structs§

CreatedPayment
This is what will be returned when a payment is successfully created at Swish.
CreatedRefund
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.
PaymentParams
Params used to create a new payment.
Refund
This is all the data that’s returned from the Swish API when fetching a refund.
RefundParams
Params used to create a new refund.
SwishClient
The client used to make call to the Swish API.

Enums§

Currency
The currency the Swish API supports.
Status
The status of an operation.