NAME

Net::API::Stripe::Financial::Connections::AccountOwnership - The Account Ownership 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.

created timestamp

Time at which the object was created. Measured in seconds since the Unix epoch.

owners object

A paginated list of owners for this account.

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

API SAMPLE

[ { "created" : "1662261086", "id" : "fcaowns_1Le9F42eZvKYlo2CfwkUGxZt", "object" : "linked_account_ownership", "owners" : { "data" : [], "has_more" : 0, "object" : "list", "url" : "/v1/linked_accounts/fca_1Le9F42eZvKYlo2CEjemQrlf/owners?ownership=fcaowns_1Le9F42eZvKYlo2CfwkUGxZt" } } ]

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.