Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.05 KB

File metadata and controls

16 lines (13 loc) · 1.05 KB

Flipdish.Model.StripeConnectedAccount

Properties

Name Type Description Notes
FlipdishConnectedAccountId int? Flipdish connected account identifier [optional]
StripeId string Stripe's own connected account identifier [optional]
WhitelabelConfigId int? Id of the WhitelabelConfig the connected account is assigned to [optional]
CardPaymentsStatus string Card payments capability status (Inactive, Pending, Active, Unrequested) [optional]
TransfersStatus string Transfers capability status (Inactive, Pending, Active, Unrequested) [optional]
AccountStatus string Current status of the account [optional]
PayoutsEnabled bool? Payouts Enabled status [optional]
PaymentsEnabled bool? Payments Enabled status [optional]

[Back to Model list] [Back to API list] [Back to README]