Sha256: a2e7192cff1103cbfc44e038e4cc98701796d9f727db4b777e540035970581c7
Contents?: true
Size: 834 Bytes
Versions: 5
Compression:
Stored size: 834 Bytes
Contents
# Conekta::UpdateProduct ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **antifraud_info** | **Hash<String, Object>** | | [optional] | | **description** | **String** | | [optional] | | **sku** | **String** | | [optional] | | **name** | **String** | | [optional] | | **unit_price** | **Integer** | | [optional] | | **quantity** | **Integer** | | [optional] | | **tags** | **Array<String>** | | [optional] | | **brand** | **String** | | [optional] | | **metadata** | **Hash<String, String>** | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::UpdateProduct.new( antifraud_info: null, description: null, sku: null, name: Box of Cohiba S1s, unit_price: 20000, quantity: 1, tags: null, brand: null, metadata: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
conekta-6.0.4 | docs/UpdateProduct.md |
conekta-6.0.3 | docs/UpdateProduct.md |
conekta-6.0.2 | docs/UpdateProduct.md |
conekta-6.0.1 | docs/UpdateProduct.md |
conekta-6.0.0 | docs/UpdateProduct.md |