Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.38 KB

ProductOrderResponse.md

File metadata and controls

26 lines (21 loc) · 1.38 KB

conekta.model.ProductOrderResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
antifraudInfo BuiltMap<String, JsonObject> [optional]
brand String The brand of the item. [optional]
description String Short description of the item [optional]
metadata BuiltMap<String, JsonObject> It is a key/value hash that can hold custom fields. Maximum 100 elements and allows special characters. [optional] [default to MapBuilder()]
name String The name of the item. It will be displayed in the order.
quantity int The quantity of the item in the order.
sku String The stock keeping unit for the item. It is used to identify the item in the order. [optional]
tags BuiltList<String> List of tags for the item. It is used to identify the item in the order. [optional]
unitPrice int The price of the item in cents.
id String [optional]
object String [optional]
parentId String [optional]

[Back to Model list] [Back to API list] [Back to README]