Stripe.Resources.Charge.PaymentMethodDetails.Paynow (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Paynow{
  location: String.t() | nil,
  reader: String.t() | nil,
  reference: String.t() | nil
}
  • location - ID of the location that this transaction's reader is assigned to. Max length: 5000.
  • reader - ID of the reader this transaction was made on. Max length: 5000.
  • reference - Reference number associated with this PayNow payment Max length: 5000. Nullable.