Sha256: 627ff71d1189e9e6a69b46c0f6dfe4dadbbdbd766f8c58b59fb9d12e151c6966

Contents?: true

Size: 646 Bytes

Versions: 4

Compression:

Stored size: 646 Bytes

Contents

# TalonOne::CartItemAdjustment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pay_from_loyalty_program** | **Integer** | Loyalty Program to be used for payment | 
**point_payment** | **Integer** | Amount of points to be spend | 
**remaining_price** | **Float** | Remaining price in currency after payment in points has been made | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CartItemAdjustment.new(pay_from_loyalty_program: null,
                                 point_payment: null,
                                 remaining_price: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
talon_one-2.2.0 docs/CartItemAdjustment.md
talon_one-2.1.1 docs/CartItemAdjustment.md
talon_one-2.1.0 docs/CartItemAdjustment.md
talon_one-2.0.0 docs/CartItemAdjustment.md