UNPKG

moip-sdk-node

Version:
29 lines (28 loc) 621 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { fullname: 'Jose Silva', email: 'jose_silva0@email.com', birthDate: '1988-12-30', taxDocument: { type: 'CPF', number: '22222222222' }, phone: { countryCode: '55', areaCode: '11', number: '66778899' }, shippingAddress: { city: 'Sao Paulo', complement: '8', district: 'Itaim', street: 'Avenida Faria Lima', streetNumber: '2927', zipCode: '01234000', state: 'SP', country: 'BRA' } };