Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
ContactAddressbook.php
Go to the documentation of this file.
1
<?php
8
class
ContactAddressbook
{
9
18
public
$defaultShipping
;
19
28
public
$defaultBilling
;
29
38
public
$label
;
39
48
public
$addressbookAddress
;
49
58
public
$internalId
;
59
60
61
62
static
$paramtypesmap
= array(
63
64
"defaultShipping"
=>
"boolean"
,
65
66
"defaultBilling"
=>
"boolean"
,
67
68
"label"
=>
"string"
,
69
70
"addressbookAddress"
=>
"Address"
,
71
72
"internalId"
=>
"string"
,
73
74
);
75
76
}
ContactAddressbook\$paramtypesmap
static $paramtypesmap
Definition:
ContactAddressbook.php:62
ContactAddressbook\$addressbookAddress
$addressbookAddress
Definition:
ContactAddressbook.php:48
ContactAddressbook\$defaultBilling
$defaultBilling
Definition:
ContactAddressbook.php:28
ContactAddressbook\$defaultShipping
$defaultShipping
Definition:
ContactAddressbook.php:18
ContactAddressbook
Definition:
ContactAddressbook.php:8
ContactAddressbook\$label
$label
Definition:
ContactAddressbook.php:38
ContactAddressbook\$internalId
$internalId
Definition:
ContactAddressbook.php:58
Generated by
dreamxtream
using
1.8.10