Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 820 Bytes

ShippingRequest.md

File metadata and controls

19 lines (14 loc) · 820 Bytes

conekta.model.ShippingRequest

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
amount int Shipping amount in cents
carrier String Carrier name for the shipment [optional]
trackingNumber String Tracking number can be used to track the shipment [optional]
method String Method of shipment [optional]
metadata BuiltMap<String, JsonObject> Hash where the user can send additional information for each 'shipping'. [optional]

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