The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::API::Stripe::Financial::Connections::AccountOwner - The Account Owner object

SYNOPSIS

VERSION

    v0.1.0

DESCRIPTION

Describes a snapshot of the owners of an account at a particular point in time.

METHODS

id string

Unique identifier for the object.

object string

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

email string

The email address of the owner.

name string

The full name of the owner.

ownership string

The ownership object that this owner belongs to.

phone string

The raw phone number of the owner.

raw_address string

The raw physical address of the owner.

refreshed_at timestamp

The timestamp of the refresh that updated this owner.

API SAMPLE

[ { "email" : "nobody+janesmith@stripe.com", "id" : "fcaown_1Le9F42eZvKYlo2CWabVv9DR", "name" : "Jane Smith", "object" : "linked_account_owner", "ownership" : "fcaowns_1Le9F42eZvKYlo2CqGhk2pIp", "phone" : "+1 555-555-5555", "raw_address" : "123 Main Street, Everytown USA", "refreshed_at" : null } ]

HISTORY

v0.1.0

Initial version

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Stripe API documentation

COPYRIGHT & LICENSE

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

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