Record
tax-id
No description available.
record tax-id {
country: option<string>,
created: s32,
customer: option<string>,
id: string,
livemode: bool,
object: tax-id-object-enum,
type-op: tax-id-type-op-enum,
value: string,
verification: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| country | option<string> | |
| created | s32 | |
| customer | option<string> | |
| id | string | |
| livemode | bool | |
| object | tax-id-object-enum | |
| type-op | tax-id-type-op-enum | |
| value | string | |
| verification | option<string> |