Created
December 4, 2014 21:25
-
-
Save JoaoVagner/65935b9bcec3aea339d4 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
{ | |
"ref": "123456", | |
"simulation": true, | |
"payments": [ | |
{ | |
"mode": "boleto", | |
"value": 1000, | |
"ref": { | |
"customerName": "Usuario de Teste", | |
"expirationDate": "01/01/2014", | |
"instructions": "Instruções do Boleto" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment