DodoPayments.PaymentLineItemsResponse (dodo_payments v0.1.0)

Copy Markdown View Source

Line items and currency for a payment.

Summary

Types

t()

@type t() :: %DodoPayments.PaymentLineItemsResponse{
  currency: DodoPayments.Enums.decoded_currency() | nil,
  extra: map(),
  items: [DodoPayments.ResponseTypes.payment_line_item()] | nil
}