Record
post-customers-params
No description available.
record post-customers-params {
address: option<string>,
balance: option<s32>,
cash-balance: option<post-customers-body-cash-balance>,
coupon: option<string>,
description: option<string>,
email: option<string>,
expand: option<list<string>>,
invoice-prefix: option<string>,
invoice-settings: option<post-customers-body-invoice-settings>,
metadata: option<string>,
name: option<string>,
next-invoice-sequence: option<s32>,
payment-method: option<string>,
phone: option<string>,
preferred-locales: option<list<string>>,
promotion-code: option<string>,
shipping: option<string>,
source: option<string>,
tax: option<post-customers-body-tax>,
tax-exempt: option<post-customers-body-tax-exempt-enum>,
tax-id-data: option<list<post-customers-body-tax-id-data-item>>,
test-clock: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<string> | |
| balance | option<s32> | |
| cash-balance | option<post-customers-body-cash-balance> | |
| coupon | option<string> | |
| description | option<string> | |
| option<string> | ||
| expand | option<list<string>> | |
| invoice-prefix | option<string> | |
| invoice-settings | option<post-customers-body-invoice-settings> | |
| metadata | option<string> | |
| name | option<string> | |
| next-invoice-sequence | option<s32> | |
| payment-method | option<string> | |
| phone | option<string> | |
| preferred-locales | option<list<string>> | |
| promotion-code | option<string> | |
| shipping | option<string> | |
| source | option<string> | |
| tax | option<post-customers-body-tax> | |
| tax-exempt | option<post-customers-body-tax-exempt-enum> | |
| tax-id-data | option<list<post-customers-body-tax-id-data-item>> | |
| test-clock | option<string> |