Conekta::UpdateProduct
August 1, 2023 ยท View on GitHub
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
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
)