New Apple iPhone 12 (128GB – 4GB RAM) – White

Apple
Tags:
The Aspire 5 is a compact laptop in a thin case with a metal cover, a high-quality Full HD IPS display and a rich set of interfaces. Thanks to its powerful components, the laptop can handle resource-intensive tasks perfectly and is also suitable for most games.

Key Features:

slim body with metal cover
latest Intel Core i5-1135G7 processor (4 cores / 8 threads)
8GB DDR4 RAM and fast 512GB PCIe SSD
NVIDIA GeForce MX350 2GB GDDR5 graphics card
backlit keyboard, touchpad with gesture support



Rating

Postar um comentário

Related Products


Best selling

    Product sale off

      New product

        Recommend Product

          { "id": 20359978, "date_created": "2019-07-10T14:47:58.000Z", "date_approved": "2019-07-10T14:47:58.000Z", "date_last_updated": "2019-07-10T14:47:58.000Z", "money_release_date": "2019-07-24T14:47:58.000Z", "issuer_id": 25, "payment_method_id": "visa", "payment_type_id": "credit_card", "status": "approved", "status_detail": "accredited", "currency_id": "BRL", "description": "Point Mini a maquininha que dá o dinheiro de suas vendas na hora", "taxes_amount": 0, "shipping_amount": 0, "collector_id": 448876418, "payer": { "id": 123, "email": "test_user_80507629@testuser.com", "identification": { "number": 19119119100, "type": "CPF" }, "type": "customer" }, "metadata": {}, "additional_info": { "items": [ { "id": "PR0001", "title": "Point Mini", "description": "Producto Point para cobros con tarjetas mediante bluetooth", "picture_url": "https://http2.mlstatic.com/resources/frontend/statics/growth-sellers-landings/device-mlb-point-i_medium@2x.png", "category_id": "electronics", "quantity": 1, "unit_price": 58.8 } ], "payer": { "registration_date": "2019-01-01T15:01:01.000Z" }, "shipments": { "receiver_address": { "street_name": "Av das Nacoes Unidas", "street_number": 3003, "zip_code": 6233200, "city_name": "Buzios", "state_name": "Rio de Janeiro" } } }, "external_reference": "MP0001", "transaction_amount": 58.8, "transaction_amount_refunded": 0, "coupon_amount": 0, "transaction_details": { "net_received_amount": 56.16, "total_paid_amount": 58.8, "overpaid_amount": 0, "installment_amount": 58.8 }, "fee_details": [ { "type": "coupon_fee", "amount": 2.64, "fee_payer": "payer" } ], "statement_descriptor": "MercadoPago", "installments": 1, "card": { "first_six_digits": 423564, "last_four_digits": 5682, "expiration_month": 6, "expiration_year": 2023, "date_created": "2019-07-10T14:47:58.000Z", "date_last_updated": "2019-07-10T14:47:58.000Z", "cardholder": { "name": "APRO", "identification": { "number": 19119119100, "type": "CPF" } } }, "notification_url": "https://www.suaurl.com/notificacoes/", "processing_mode": "aggregator", "point_of_interaction": { "type": "PIX", "application_data": { "name": "NAME_SDK", "version": "VERSION_NUMBER" }, "transaction_data": { "qr_code_base64": "iVBORw0KGgoAAAANSUhEUgAABRQAAAUUCAYAAACu5p7oAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAIABJREFUeJzs2luO3LiWQNFmI+Y/Zd6vRt36KGNXi7ZOBtcagHD4kNLeiLX33v8DAAAAABD879sDAAAAAAA/h6AIAAAAAGSCIgAAAACQCYoAAAAAQCYoAgAAAACZoAgAAAAAZIIiAAAAAJAJigAAAABAJigCAAAAAJmgCAAAAABkgiIAAAAAkAmKAAAAAEAmKAIAAAAAmaAIAAAAAGSCIgAAAACQCYoAAAAAQCYoAgAAAACZoAgAAAAAZIIiAAAAAJAJigAAAABAJigCA...", "qr_code": "00020126600014br.gov.bcb.pix0117test@testuser.com0217dados adicionais520400005303986540510.005802BR5913Maria Silva6008Brasilia62070503***6304E2CA", "ticket_url": "https://www.mercadopago.com.br/payments/123456789/ticket?caller_id=123456 hash=123e4567-e89b-12d3-a456-426655440000" } } } curl -X POST \ 'https://api.mercadopago.com/v1/payments' \ -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "additional_info": { "items": [ { "id": "PR0001", "title": "Point Mini", "description": "Producto Point para cobros con tarjetas mediante bluetooth", "picture_url": "https://http2.mlstatic.com/resources/frontend/statics/growth-sellers-landings/device-mlb-point-i_medium@2x.png", "category_id": "electronics", "quantity": 1, "unit_price": 58.8 } ], "payer": { "first_name": "Test", "last_name": "Test", "phone": { "area_code": 11, "number": "987654321" }, "address": {} }, "shipments": { "receiver_address": { "zip_code": "12312-123", "state_name": "Rio de Janeiro", "city_name": "Buzios", "street_name": "Av das Nacoes Unidas", "street_number": 3003 } }, "barcode": {} }, "description": "Payment for product", "external_reference": "MP0001", "installments": 1, "metadata": {}, "payer": { "entity_type": "individual", "type": "customer", "identification": {} }, "payment_method_id": "visa", "transaction_amount": 58.8 }'