Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.4 KB

Account.md

File metadata and controls

34 lines (31 loc) · 1.4 KB

Account

Properties

Name Type Description Notes
account_id str [optional]
name str [optional]
first_name_length int [optional]
external_key str [optional]
email str [optional]
bill_cycle_day_local int [optional]
currency str [optional]
parent_account_id str [optional]
is_payment_delegated_to_parent bool [optional]
payment_method_id str [optional]
reference_time datetime [optional]
time_zone str [optional]
address1 str [optional]
address2 str [optional]
postal_code str [optional]
company str [optional]
city str [optional]
state str [optional]
country str [optional]
locale str [optional]
phone str [optional]
notes str [optional]
is_migrated bool [optional]
account_balance float [optional]
account_cba float [optional]
audit_logs list[AuditLog] [optional]

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