MollieAPI.Model.EntitySalesInvoiceLinks (mollie_api v0.1.0-20260303)
View SourceAn object with several relevant URLs. Every URL object will contain an href and a type field.
Summary
Types
@type t() :: %MollieAPI.Model.EntitySalesInvoiceLinks{ documentation: MollieAPI.Model.Url.t() | nil, invoicePayment: MollieAPI.Model.Url.t() | nil, next: MollieAPI.Model.Url.t() | nil, pdfLink: MollieAPI.Model.Url.t() | nil, previous: MollieAPI.Model.Url.t() | nil, self: MollieAPI.Model.Url.t() | nil }