Created
October 20, 2011 04:05
-
-
Save rinaldifonseca/1300387 to your computer and use it in GitHub Desktop.
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<EnviarInstrucao> | |
<InstrucaoUnica> | |
<Razao>Pagamento</Razao> | |
<Valores> | |
<Valor moeda="BRL">10.90</Valor> | |
</Valores> | |
<IdProprio>148</IdProprio> | |
<PagamentoDireto> | |
<Forma>BoletoBancario</Forma> | |
</PagamentoDireto> | |
<Pagador> | |
<Nome>Luiz Inácio Lula da Silva</Nome> | |
<LoginMoIP>rinaldifonseca</LoginMoIP> | |
<Email>[email protected]</Email> | |
<TelefoneCelular>(61)9999-9999</TelefoneCelular> | |
<Apelido>Lula</Apelido> | |
<Identidade>111.111.111-11</Identidade> | |
<EnderecoCobranca> | |
<Logradouro>Praça dos Três Poderes</Logradouro> | |
<Numero>0</Numero> | |
<Complemento>Palácio do Planalto</Complemento> | |
<Bairro>Zona Cívico-Administrativa</Bairro> | |
<Cidade>Brasília</Cidade> | |
<Estado>DF</Estado> | |
<Pais>BRA</Pais> | |
<CEP>70100-000</CEP> | |
<TelefoneFixo>(61)3211-1221</TelefoneFixo> | |
</EnderecoCobranca> | |
</Pagador> | |
<Boleto> | |
<DiasExpiracao Tipo="Corridos"></DiasExpiracao> | |
<Instrucao1></Instrucao1> | |
<URLLogo></URLLogo> | |
</Boleto> | |
</InstrucaoUnica> | |
</EnviarInstrucao> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment