export const getQuick = { BillingAccountNumber: process.env.PURO_ACC, SenderPostalCode: 'L4W5M8', ReceiverAddress: { City: 'Mississauga', Province: 'ON', Country: 'CA', PostalCode: 'L4W5M8' }, PackageType: 'CustomerPackaging', TotalWeight: { Value: 10, WeightUnit: 'kg' } }; export const getFull = { Shipment: { SenderInformation: { Address: { Name: 'Aaron Summer', StreetNumber: 328, StreetName: 'W Hastings St', City: 'Vancouver', Province: 'BC', Country: 'CA', PostalCode: 'V6B1K6', PhoneNumber: { CountryCode: 1, AreaCode: 905, Phone: 5555555, } } }, ReceiverInformation: { Address: { Name: 'Aaron Summer', StreetNumber: 2245, StreetName: 'Douglas Road', City: 'Burnaby', Province: 'BC', Country: 'CA', PostalCode: 'V5C1A1', PhoneNumber: { CountryCode: 1, AreaCode: 905, Phone: 5555555, } } }, ShipmentDate: '2017-09-30', PackageInformation: { ServiceID: 'PurolatorExpress', TotalWeight: { Value: 10, WeightUnit: 'lb' }, TotalPieces: 1 }, PaymentInformation: { PaymentType: 'Sender', RegisteredAccountNumber: process.env.PURO_ACC, BillingAccountNumber: process.env.PURO_ACC }, PickupInformation: { PickupType: 'DropOff' } }, ShowAlternativeServicesIndicator: true };