Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 953 Bytes

File metadata and controls

15 lines (11 loc) · 953 Bytes

BillingStatus

Properties

Name Type Description Notes
status str N - No billing\nA - Billing active\nS = Billing stopped\n [optional]
valid_to_date datetime [optional]
next_billing_date datetime [optional]
errors int Number of charge errors since last successful billing or account unsuspend. [optional]
last_error_date datetime Time an date of the last failed charge attempt. Only present if number or errors is greater than 0. [optional]
payment_compatible bool True if used payment method is fully compatible with selected country, false otherwise. False when either payment method or country is not set. [optional]

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