UNPKG

moip-sdk-node

Version:
30 lines (29 loc) 632 B
'use strict'; module.exports = { email: 'nome@exemplo.com.br', fullname: 'Nome Sobrenome', cpf: '22222222222', phone_area_code: '11', phone_number: '934343434', birthdate_day: '26', birthdate_month: '04', birthdate_year: '1980', address: { street: 'Rua Nome da Rua', number: '100', complement: 'Casa', district: 'Nome do Bairro', city: 'São Paulo', state: 'SP', country: 'BRA', zipcode: '05015010' }, billing_info: { credit_card: { holder_name: 'Nome Completo', number: '4111111111111111', expiration_month: '04', expiration_year: '18' } } };