Stripe.Resources.Issuing.Transaction.PurchaseDetails.Lodging (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Issuing.Transaction.PurchaseDetails.Lodging{
  check_in_at: integer() | nil,
  nights: integer() | nil
}
  • check_in_at - The time of checking into the lodging. Nullable.
  • nights - The number of nights stayed at the lodging. Nullable.