Stripe.Resources.NextActionDisplayBoletoDetails (tiger_stripe v0.4.0)

Copy Markdown View Source

payment_intent_next_action_boleto

Summary

Types

t()

@type t() :: %Stripe.Resources.NextActionDisplayBoletoDetails{
  expires_at: term(),
  hosted_voucher_url: term(),
  number: term(),
  pdf: term()
}
  • expires_at - The timestamp after which the boleto expires. Format: Unix timestamp. Nullable.
  • hosted_voucher_url - The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher. Max length: 5000. Nullable.
  • number - The boleto number. Max length: 5000. Nullable.
  • pdf - The URL to the downloadable boleto voucher PDF. Max length: 5000. Nullable.

Functions

object_name()