UNPKG
paymaya-node-sdk
Version:
latest (0.1.2)
0.1.2
0.1.0
Node.js Client for Paymaya API
paymaya-node-sdk
/
lib
/
paymaya
/
model
/
checkout
/
Address.js
11 lines
(9 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports = Address; function Address() {
this
.line1 =
""
;
this
.line2 =
""
;
this
.city =
""
;
this
.state =
""
;
this
.zipCode =
""
;
this
.countryCode =
""
; }