Record
customer
No description available.
record customer {
address: option<string>,
balance: option<s32>,
cash-balance: option<string>,
created: s32,
currency: option<string>,
default-source: option<string>,
delinquent: option<bool>,
description: option<string>,
discount: option<string>,
email: option<string>,
id: string,
invoice-credit-balance: option<customer-invoice-credit-balance>,
invoice-prefix: option<string>,
invoice-settings: option<invoice-setting-customer-setting>,
livemode: bool,
metadata: option<customer-metadata>,
name: option<string>,
next-invoice-sequence: option<s32>,
object: customer-object-enum,
phone: option<string>,
preferred-locales: option<list<string>>,
shipping: option<string>,
sources: option<customer-sources>,
subscriptions: option<customer-subscriptions>,
tax: option<customer-tax>,
tax-exempt: option<customer-tax-exempt-enum>,
tax-ids: option<customer-tax-ids>,
test-clock: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<string> | |
| balance | option<s32> | |
| cash-balance | option<string> | |
| created | s32 | |
| currency | option<string> | |
| default-source | option<string> | |
| delinquent | option<bool> | |
| description | option<string> | |
| discount | option<string> | |
| option<string> | ||
| id | string | |
| invoice-credit-balance | option<customer-invoice-credit-balance> | |
| invoice-prefix | option<string> | |
| invoice-settings | option<invoice-setting-customer-setting> | |
| livemode | bool | |
| metadata | option<customer-metadata> | |
| name | option<string> | |
| next-invoice-sequence | option<s32> | |
| object | customer-object-enum | |
| phone | option<string> | |
| preferred-locales | option<list<string>> | |
| shipping | option<string> | |
| sources | option<customer-sources> | |
| subscriptions | option<customer-subscriptions> | |
| tax | option<customer-tax> | |
| tax-exempt | option<customer-tax-exempt-enum> | |
| tax-ids | option<customer-tax-ids> | |
| test-clock | option<string> |