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

NAME

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

SYNOPSIS

VERSION

    0.1

DESCRIPTION

A Location represents a grouping of readers.

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.location"

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

address hash

The full address of the location.

This is a Net::API::Stripe::Address object.

display_name string

The display name of the location.

API SAMPLE

        {
          "id": "tml_SnqYTNZ8yjiY7v9RsAlak5U8",
          "object": "terminal.location",
          "address": {
                "city": "Anytown",
                "country": "US",
                "line1": "1234 Main street",
                "line2": null,
                "postal_code": "123456",
                "state": null
          },
          "display_name": "My First Store"
        }

HISTORY

v0.1

Initial version

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Stripe API documentation:

https://stripe.com/docs/api/terminal/locations, https://stripe.com/docs/terminal/readers/fleet-management#create

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 71:

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