The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::API::Stripe::Terminal::Reader - A Stripe Terminal Reader Object

SYNOPSIS

VERSION

    0.1

DESCRIPTION

A Reader represents a physical device for accepting payment details.

CONSTRUCTOR

new( %ARG )

Creates a new Net::API::Stripe objects. It may also take an hash like arguments, that also are method of the same name.

verbose

Toggles verbose mode on/off

debug

Toggles debug mode on/off

METHODS

id string

Unique identifier for the object.

object string, value is "terminal.reader"

String representing the object’s type. Objects of the same type share the same value.

device_sw_version string

The current software version of the reader.

device_type string

Type of reader, e.g., verifone_P400 or bbpos_chipper2x.

ip_address string

The local IP address of the reader.

label string

Custom label given to the reader for easier identification.

location string

The location identifier of the reader.

serial_number string

Serial number of the reader.

status string

The networking status of the reader.

API SAMPLE

        {
          "id": "tmr_P400-123-456-789",
          "object": "terminal.reader",
          "device_sw_version": null,
          "device_type": "verifone_P400",
          "ip_address": "192.168.2.2",
          "label": "Blue Rabbit",
          "location": null,
          "serial_number": "123-456-789",
          "status": "online"
        }

HISTORY

v0.1

Initial version

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Stripe API documentation:

https://stripe.com/docs/api/terminal/readers, https://stripe.com/docs/terminal/readers/connecting

COPYRIGHT & LICENSE

Copyright (c) 2018-2019 DEGUEST Pte. Ltd.

You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 81:

You forgot a '=back' before '=head1'