Sha256: a8a91e999087f56e5f7eec47b5baae63fd06f12e9f60536607ea2cfa0bfbe2e1
Contents?: true
Size: 895 Bytes
Versions: 196
Compression:
Stored size: 895 Bytes
Contents
# UltracartClient::GiftCertificateCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Float** | Initial amount of this gift certificate. | [optional] | | **email** | **String** | The email address (customer/owner) associated with this gift certificate. | [optional] | | **expiration_dts** | **String** | Expiration date time. | [optional] | | **initial_ledger_description** | **String** | A brief description of how and/or why this gift certificate was created. | [optional] | | **merchant_note** | **String** | Any internal details you wish to record about this gift certificate. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::GiftCertificateCreateRequest.new( amount: null, email: null, expiration_dts: null, initial_ledger_description: null, merchant_note: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems