Line items and currency for a payment.
Summary
Types
@type t() :: %DodoPayments.PaymentLineItemsResponse{ currency: DodoPayments.Enums.decoded_currency() | nil, extra: map(), items: [DodoPayments.ResponseTypes.payment_line_item()] | nil }
Line items and currency for a payment.
@type t() :: %DodoPayments.PaymentLineItemsResponse{ currency: DodoPayments.Enums.decoded_currency() | nil, extra: map(), items: [DodoPayments.ResponseTypes.payment_line_item()] | nil }