Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 601 Bytes

File metadata and controls

22 lines (16 loc) · 601 Bytes

UltracartClient::OrderGiftCertificate

Properties

Name Type Description Notes
gift_certificate_amount Currency [optional]
gift_certificate_code String Gift certificate code used on the order [optional]
gift_certificate_oid Integer Gift certificate object identifier [optional]

Example

require 'ultracart_api'

instance = UltracartClient::OrderGiftCertificate.new(
  gift_certificate_amount: null,
  gift_certificate_code: null,
  gift_certificate_oid: null
)