View Source Hyperswitch.Mandates (hyperswitch v0.1.0)

Link to this section Summary

Functions

Retrieve a mandate.

Revoke a mandate.

Link to this section Types

Link to this type

get_mandate_response()

View Source
@type get_mandate_response() :: Hyperswitch.Client.response()
@type mandate_id() :: binary()
Link to this type

revoke_mandate_response()

View Source
@type revoke_mandate_response() :: Hyperswitch.Client.response()

Link to this section Functions

@spec get_mandate(mandate_id()) :: get_mandate_response()

Retrieve a mandate.

Link to this function

revoke_mandate(mandate_id)

View Source
@spec revoke_mandate(mandate_id()) :: revoke_mandate_response()

Revoke a mandate.