Stripe.Resources.Terminal.DeletedReader (tiger_stripe v0.4.0)

Copy Markdown View Source

TerminalReaderDeletedReader

Summary

Types

t()

@type t() :: %Stripe.Resources.Terminal.DeletedReader{
  deleted: term(),
  device_type: term(),
  id: term(),
  object: term(),
  serial_number: term()
}
  • deleted - Always true for a deleted object Possible values: true.
  • device_type - Device type of the reader. Possible values: bbpos_chipper2x, bbpos_wisepad3, bbpos_wisepos_e, mobile_phone_reader, simulated_stripe_s700, simulated_stripe_s710, simulated_verifone_m425, simulated_verifone_p630, simulated_verifone_ux700, simulated_verifone_v660p, simulated_wisepos_e, stripe_m2, stripe_s700, stripe_s710, verifone_P400, verifone_m425, verifone_p630, verifone_ux700, verifone_v660p.
  • id - Unique identifier for the object. Max length: 5000.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: terminal.reader.
  • serial_number - Serial number of the reader. Max length: 5000.

Functions

object_name()