Browse
For agents
About
WooCommerce Square
/
5.5.0
WooCommerce Square
v5.5.0
Switch version
5.5.0
5.4.3
5.4.2
5.4.1
5.4.0
trunk
1.0.25
1.0.26
1.0.27
1.0.28
1.0.29
1.0.30
1.0.31
1.0.32
1.0.33
1.0.34
1.0.35
1.0.36
1.0.37
1.0.38
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
All 132 releases
Overview
Code
woocommerce-square
/
vendor
/
apimatic
/
jsonmapper
/
example
/
Contact.php
Contact.php
12 lines
103 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
class
Contact
3
{
4
public
$
name
;
5
6
/**
7
*
@var
Address
8
*/
9
public
$
address
;
10
}
11
?
>
12