View Source Hyperswitch.Mandates (hyperswitch v0.1.0)
Link to this section Summary
Link to this section Types
@type get_mandate_response() :: Hyperswitch.Client.response()
@type mandate_id() :: binary()
@type revoke_mandate_response() :: Hyperswitch.Client.response()
Link to this section Functions
@spec get_mandate(mandate_id()) :: get_mandate_response()
Retrieve a mandate.
@spec revoke_mandate(mandate_id()) :: revoke_mandate_response()
Revoke a mandate.