diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-11-16 09:10:58 -0500 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-11-16 09:10:58 -0500 |
| commit | 6bb14ffd47dad8f874a74938fc992f9ea90b3104 (patch) | |
| tree | f7fa9b4b1f66c1cb393cb5ceed6afd7003ed4a5f | |
| parent | a8944edbf9043e38df231ad6495f375f8655b585 (diff) | |
| parent | e5ae3c8ec436d52a9e437d5bf0b2a1bf12dc46fe (diff) | |
Merge branch 'FREESIDE_4_BRANCH' of ssh://git.freeside.biz/home/git/freeside into FREESIDE_4_BRANCH
| -rw-r--r-- | FS/FS/API.pm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/FS/FS/API.pm b/FS/FS/API.pm index 75948a3e3..8eaecf6c0 100644 --- a/FS/FS/API.pm +++ b/FS/FS/API.pm @@ -372,6 +372,23 @@ Used for determining FCC 477 reporting Used for determining FCC 477 reporting +=item ship_address1 + +=item ship_address2 + +=item ship_city + +=item ship_county + +=item ship_state + +=item ship_zip + +=item ship_country + +Optional shipping address fields. If sending an optional shipping address, +ship_address1, ship_city, ship_state and ship_zip are required. + =item daytime Daytime phone number |
