Record
post-customers-customer-params
No description available.
record post-customers-customer-params {
customer: string,
address: option<string>,
balance: option<s32>,
bank-account: option<string>,
card: option<string>,
cash-balance: option<post-customers-customer-body-cash-balance>,
coupon: option<string>,
default-alipay-account: option<string>,
default-bank-account: option<string>,
default-card: option<string>,
default-source: option<string>,
description: option<string>,
email: option<string>,
expand: option<list<string>>,
invoice-prefix: option<string>,
invoice-settings: option<post-customers-customer-body-invoice-settings>,
metadata: option<string>,
name: option<string>,
next-invoice-sequence: option<s32>,
phone: option<string>,
preferred-locales: option<list<string>>,
promotion-code: option<string>,
shipping: option<string>,
source: option<string>,
tax: option<post-customers-customer-body-tax>,
tax-exempt: option<post-customers-body-tax-exempt-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| customer | string | |
| address | option<string> | |
| balance | option<s32> | |
| bank-account | option<string> | |
| card | option<string> | |
| cash-balance | option<post-customers-customer-body-cash-balance> | |
| coupon | option<string> | |
| default-alipay-account | option<string> | |
| default-bank-account | option<string> | |
| default-card | option<string> | |
| default-source | option<string> | |
| description | option<string> | |
| option<string> | ||
| expand | option<list<string>> | |
| invoice-prefix | option<string> | |
| invoice-settings | option<post-customers-customer-body-invoice-settings> | |
| metadata | option<string> | |
| name | option<string> | |
| next-invoice-sequence | option<s32> | |
| phone | option<string> | |
| preferred-locales | option<list<string>> | |
| promotion-code | option<string> | |
| shipping | option<string> | |
| source | option<string> | |
| tax | option<post-customers-customer-body-tax> | |
| tax-exempt | option<post-customers-body-tax-exempt-enum> |