MollieAPI.Model.EntityPaymentRouteDestination (mollie_api v0.1.0-20260303)

View Source

The destination of this portion of the payment.

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntityPaymentRouteDestination{
  organizationId: String.t(),
  type: MollieAPI.Model.RouteDestinationType.t()
}

Functions

decode(value)