Sha256: fefe6eba0bc1855cdeea94b9772be045131f1f29b7d39817005a562902e08058

Contents?: true

Size: 1.12 KB

Versions: 203

Compression:

Stored size: 1.12 KB

Contents

# UltracartClient::CustomerStoreCreditLedgerEntry

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **action** | **String** | Identifies the state of this ledger entry whether the entry is Vesting or Expiring | [optional] |
| **amount** | **Float** | The amount of the activity. | [optional] |
| **description** | **String** | Description of what this ledger entry is used. | [optional] |
| **entry_dts** | **String** | Date time of this ledger activity. | [optional] |
| **gift_certificate_ledger_oid** | **Integer** | Gift certificate ledger oid is a primary key for this object, used internally. | [optional] |
| **gift_certificate_oid** | **Integer** | Gift certificate oid. | [optional] |
| **reference_order_id** | **String** | The order id if this gift certificate was used as part of the payment. | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::CustomerStoreCreditLedgerEntry.new(
  action: null,
  amount: null,
  description: null,
  entry_dts: null,
  gift_certificate_ledger_oid: null,
  gift_certificate_oid: null,
  reference_order_id: null
)
```

Version data entries

203 entries across 203 versions & 1 rubygems

Version Path
ultracart_api-4.1.1 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.1.0 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.245 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.242 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.241 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.240 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.238 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.237 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.236 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.235 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.234 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.233 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.232 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.231 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.230 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.229 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.228 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.227 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.226 docs/CustomerStoreCreditLedgerEntry.md
ultracart_api-4.0.225 docs/CustomerStoreCreditLedgerEntry.md