Stripe.Resources.SourceTransaction.PaperCheck (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.SourceTransaction.PaperCheck{
  available_at: String.t() | nil,
  invoices: String.t() | nil
}
  • available_at - Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch. Max length: 5000.
  • invoices - Comma-separated list of invoice IDs associated with the paper check. Max length: 5000.