Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.98 KB

CustomerBillingConfiguration.md

File metadata and controls

14 lines (11 loc) · 1.98 KB

# CustomerBillingConfiguration

Properties

Name Type Description Notes
invoice_grace_period int The grace period, expressed in days, for the invoice. This period refers to the additional time granted to the customer beyond the invoice due date to adjust usage and line items [optional]
payment_provider string The payment provider utilized to initiate payments for invoices issued by Lago. Accepted values: `stripe`, `adyen`, `gocardless` or null. This field is required if you intend to assign a `provider_customer_id`. [optional]
provider_customer_id string The customer ID within the payment provider's system. If this field is not provided, Lago has the option to create a new customer record within the payment provider's system on behalf of the customer [optional]
sync bool Set this field to `true` if you want to create the customer in the payment provider synchronously with the customer creation process in Lago. This option is applicable only when the `provider_customer_id` is `null` and the customer is automatically created in the payment provider through Lago. By default, the value is set to `false` [optional]
sync_with_provider bool Set this field to `true` if you want to create a customer record in the payment provider's system. This option is applicable only when the `provider_customer_id` is null and the `sync_with_provider` field is set to `true`. By default, the value is set to `false` [optional]
document_locale string The document locale, specified in the ISO 639-1 format. This field represents the language or locale used for the documents issued by Lago [optional]

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