Triple.Types.Enrich.V1.Response.PaymentProcessor (triple v1.0.0)

Copy Markdown View Source

Identified intermediary payment processor/gateway (e.g. PayPal, SumUp), if any.

Summary

Types

t()

@type t() :: %Triple.Types.Enrich.V1.Response.PaymentProcessor{
  brand_id: String.t() | nil,
  enabled: boolean(),
  logo_url: String.t() | nil,
  name: String.t() | nil
}