Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 834 Bytes

UpdateProduct.md

File metadata and controls

34 lines (28 loc) · 834 Bytes

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

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
)