Bold.Types.PaymentLinkResponse (Bold v0.1.0)

View Source

PaymentLink response struct.

Summary

Types

t()

@type t() :: %Bold.Types.PaymentLinkResponse{
  payment_link: String.t(),
  url: String.t()
}