Stripe.Params.TestHelpers.Issuing.TransactionCreateForceCaptureParams.PurchaseDetails.Lodging (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.TestHelpers.Issuing.TransactionCreateForceCaptureParams.PurchaseDetails.Lodging{
    check_in_at: integer() | nil,
    nights: integer() | nil
  }
  • check_in_at - The time of checking into the lodging. Format: Unix timestamp.
  • nights - The number of nights stayed at the lodging.