Sha256: d4e5c5115f3751738a113d81083791cfdfd460ca92fb0c705acee7a93432fdcf
Contents?: true
Size: 780 Bytes
Versions: 4
Compression:
Stored size: 780 Bytes
Contents
# Conekta::ShippingRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Integer** | Shipping amount in cents | | | **carrier** | **String** | Carrier name for the shipment | [optional] | | **tracking_number** | **String** | Tracking number can be used to track the shipment | [optional] | | **method** | **String** | Method of shipment | [optional] | | **metadata** | **Hash<String, Object>** | Hash where the user can send additional information for each 'shipping'. | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::ShippingRequest.new( amount: 100, carrier: FEDEX, tracking_number: TRACK123, method: Same day, metadata: {"key":"value"} ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
conekta-6.0.4 | docs/ShippingRequest.md |
conekta-6.0.3 | docs/ShippingRequest.md |
conekta-6.0.2 | docs/ShippingRequest.md |
conekta-6.0.1 | docs/ShippingRequest.md |