Last active
October 1, 2017 14:38
-
-
Save sharathprabhal/57c3981e36ac8e0619b3d229dd45ae1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"addresses": [{ | |
"line1": "123 Fake street", | |
"line2": null, | |
"city": "Oakland", | |
"state": "CA", | |
"zip": "94602" | |
}, { | |
"line1": "517 Montauk Hwy", | |
"line2": null, | |
"city": "Amagansett", | |
"state": "NY", | |
"zip": "11930" | |
}], | |
"cards": [{ | |
"last_four": "1111", | |
"card_type": "visa", | |
"card_uuid": "e46add42-648e-xxxx-xxxx-c6a4ab18xxxx" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment