Record
account
No description available.
record account {
account-number: option<string>,
additional-email-addresses: option<string>,
allow-invoice-edit: option<bool>,
auto-pay: option<bool>,
batch: option<string>,
bill-cycle-day: s32,
bill-to-contact: bill-to-contact-post-order,
communication-profile-id: option<string>,
credit-card: option<credit-card>,
credit-memo-template-id: option<string>,
crm-id: option<string>,
currency: string,
custom-fields: option<account-object-custom-fields>,
customer-service-rep-name: option<string>,
debit-memo-template-id: option<string>,
hpm-credit-card-payment-method-id: option<string>,
invoice-delivery-prefs-email: option<bool>,
invoice-delivery-prefs-print: option<bool>,
invoice-template-id: option<string>,
name: string,
notes: option<string>,
parent-id: option<string>,
payment-gateway: option<string>,
payment-method: option<payment-method>,
payment-term: option<string>,
purchase-order-number: option<string>,
sales-rep: option<string>,
sequence-set-id: option<string>,
sold-to-contact: option<sold-to-contact-post-order>,
tax-info: option<tax-info>,
}Fields
| Name | Type | Description |
|---|---|---|
| account-number | option<string> | |
| additional-email-addresses | option<string> | |
| allow-invoice-edit | option<bool> | |
| auto-pay | option<bool> | |
| batch | option<string> | |
| bill-cycle-day | s32 | |
| bill-to-contact | bill-to-contact-post-order | |
| communication-profile-id | option<string> | |
| credit-card | option<credit-card> | |
| credit-memo-template-id | option<string> | |
| crm-id | option<string> | |
| currency | string | |
| custom-fields | option<account-object-custom-fields> | |
| customer-service-rep-name | option<string> | |
| debit-memo-template-id | option<string> | |
| hpm-credit-card-payment-method-id | option<string> | |
| invoice-delivery-prefs-email | option<bool> | |
| invoice-delivery-prefs-print | option<bool> | |
| invoice-template-id | option<string> | |
| name | string | |
| notes | option<string> | |
| parent-id | option<string> | |
| payment-gateway | option<string> | |
| payment-method | option<payment-method> | |
| payment-term | option<string> | |
| purchase-order-number | option<string> | |
| sales-rep | option<string> | |
| sequence-set-id | option<string> | |
| sold-to-contact | option<sold-to-contact-post-order> | |
| tax-info | option<tax-info> |